The standalone, turnkey client deployment bundle of Source Genius for rapid workstation onboarding and automated configuration.
Overview β’ Package Components β’ Turnkey Installation β’ Troubleshooting β’ License
SourceGenius-Share is the zero-friction, redistributable workstation package of the Source Genius brand website discovery suite. Designed for swift onboarding of remote operators, team members, and clean Windows laptops, it packages both the Manifest V3 Chrome Extension and the Autonomous Local Brand Reader with a one-click automated setup script.
This bundle couples two synchronized systems that operate in tandem:
flowchart LR
A[START-HERE.bat] -->|Automated Verification| B(Chrome Extension: extension/)
A -->|Environment Initialization| C(Local Scraper Daemon: scraper/)
B <-->|Local WebSockets / HTTP Loopback: 127.0.0.1| C
B -->|User Triggers| D[Amazon Product Page]
C -->|Real Browser Playwright Session| D
C -->|Extract Verified Brand & Website| B
extension/(Chrome Manifest V3 Extension):- Provides the visual sidepanel UI inside Google Chrome.
- Allows users to ingest ASINs, trigger brand extraction, and export leads.
scraper/(Local Brand Reader Daemon):- Controls an anti-bot patched browser instance so Amazon serves unblocked product pages.
- Without the scraper running, the extension UI functions, but product pages cannot be read.
START-HERE.bat(Automated Bootstrap Script):- Automatically verifies Python installation, installs missing requirements, launches the local reader daemon, and guides the user to load the unpacked extension into Chrome.
SourceGenius-Share/
βββ START-HERE.bat # One-click Windows turnkey launcher & health verifier
βββ README.txt # Simple plain-text operator instructions
βββ extension/ # Complete Manifest V3 extension ready for Chrome
β βββ manifest.json
β βββ background.js
β βββ sidepanel.html
β βββ sidepanel.js
βββ scraper/ # Local Python brand reader daemon & stealth drivers
β βββ brand_reader.py
β βββ requirements.txt
βββ .gitignore # Package and artifact exclusions
βββ LICENSE # Open-source MIT License
- Download or clone this repository to your target PC.
- Double-click
START-HERE.bat. - The script will automatically verify Python and start the local scraper worker.
- Open Google Chrome and visit
chrome://extensions/. - Toggle on Developer mode in the upper-right corner.
- Click Load unpacked and select the
extension/directory from this folder. - Pin the Source Genius icon to your toolbar.
This project is open-source and released under the MIT License.
Copyright (c) 2024-2026 Kamran Ashraf.