mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-19 21:23:30 +08:00
1.9 KiB
1.9 KiB
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.
Get Started
1. Prepare Requirements
Make sure the following software is installed:
2. Clone this Repository
git clone https://github.com/primedigitaltech/azon_seeker.git
cd ./azon_seeker/
3. Setup the Webext-bridge
cd ./webext-bridge
pnpm i
pnpm build
cd ../
3. Install the Project's Dependencies
pnpm i
4. Run in Development Mode
pnpm dev
5. Load Extension on Browser
- Open the browser extension page.
- Toggle on development mode.
- Load the extension using the
extension/folder.
Build
1. Make Sure Setup Successfully
Following the step of Get Started to make sure setup successfully.
2. Build Project
pnpm run build # For Chromium Browser (Microsoft Edge .etc)
pnpm run build-firefox # For Firefox
3. Pack Extension
pnpm run pack:7z
After the build is completed, the extension package will be generated in build/extension.7z