mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-24 07:53:13 +08:00
54 lines
1.4 KiB
Markdown
54 lines
1.4 KiB
Markdown
# Azon Seeker
|
|
|
|
## Introduction
|
|
|
|
Azon Seeker is a browser extension designed to collect and manage product information from Amazon and other platforms. It supports importing, exporting, and previewing product and review data, making it a powerful tool for e-commerce research and data analysis.
|
|
|
|
---
|
|
|
|
## Features
|
|
|
|
- 🛒 **Collect Amazon Product Data:** Easily gather product details and reviews from Amazon pages.
|
|
- 📦 **Import/Export:** Supports importing and exporting data in Excel format for further analysis.
|
|
- ☁️ **Cloud Export:** Export your data to the cloud for backup or sharing.
|
|
- 📊 **Data Table:** View, filter, and manage collected data in a user-friendly table.
|
|
- 🖼️ **Image Preview:** Hover to preview product images.
|
|
- 🌐 **Multi-browser Support:** Works with Chromium-based browsers and Firefox.
|
|
- 🧩 **Modern UI:** Built with Vue 3 and Naive UI for a clean, responsive experience.
|
|
|
|
---
|
|
|
|
## Setup
|
|
|
|
### 1. Prepare Requirements
|
|
|
|
Make sure the following software is installed:
|
|
|
|
- [Node.js](https://nodejs.org/)
|
|
- [pnpm](https://pnpm.io/)
|
|
|
|
### 2. Clone this Repo
|
|
|
|
```shell
|
|
git clone https://github.com/primedigitaltech/azon_seeker.git
|
|
```
|
|
|
|
### 3. Install the Node Dependencies
|
|
|
|
```shell
|
|
cd azon_seeker
|
|
pnpm i
|
|
```
|
|
|
|
### 4. Run in Development Mode
|
|
|
|
```shell
|
|
pnpm dev
|
|
```
|
|
|
|
### 5. Load Extension on Browser
|
|
|
|
1. Open the browser extension page.
|
|
2. Toggle on development mode.
|
|
3. Load the extension using the `extension/` folder.
|