azon_seeker/README.md
2025-07-21 16:23:48 +08:00

74 lines
1.7 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 Product Data:** Easily gather product details and reviews from Amazon and other websites.
- 📦 **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.
## Build
### 1. Make Sure Setup Successfully
Following the step of setup
### 2. Build Project
```shell
pnpm run build
```
### 3. Pack Extension
```shell
pnpm run pack:7z
```
After the build is completed, the extension package will be generated in `build/extension.7z`