DropWise — Universal Ecommerce Product Intelligence Extension
DropWise — Universal Ecommerce Product Intelligence Extension
Extract, analyze, and optimize product data from 35+ platforms with a premium Chrome Extension
Features
Multi-Platform Extraction
35+ Platforms supported with dedicated extractors
5-Layer Extraction System for maximum accuracy:
JSON-LD / Schema.org
Meta Tags (Open Graph, Twitter Cards)
Platform-Specific Selectors
DOM Heuristics
Visual Fallback
Image Intelligence
High-resolution image gallery with lightbox
Download all images as ZIP
Download by size (HD / Medium / Thumbnail)
Copy image URLs
Alt text generation
Product Analysis
Title, brand, SKU, seller extraction
Price parsing with multi-currency support (₹, $, €, £, etc.)
Indian number format support (₹1,50,000)
Rating and reviews count
Stock availability detection
Product description extraction
Business Tools
Profit Calculator — Calculate margins, ROI with platform fees
Shipping & Tax Calculator — Multi-country estimates
Keywords Generator — Auto-generate from product title
Watchlist — Track products for price monitoring
Saved Products — Store products locally for later
Export System
JSON export with metadata
CSV export for spreadsheets
Copy to clipboard
Product report generation
Import saved products
Supported Platforms
Indian Platforms
Platform | URL |
|---|---|
Amazon India | |
Flipkart | |
Meesho | |
Deodap | |
Myntra | |
Nykaa | |
Ajio | |
Tata Cliq | |
Snapdeal | |
ShopClues | |
Pepperfry | |
Urbanic | |
Bewakoof | |
boAt Lifestyle | |
Reliance Digital | |
Croma |
US Platforms
Platform | URL |
|---|---|
Amazon | |
Walmart | |
Target | |
Best Buy | |
eBay | |
Etsy | |
Nordstrom | |
Wayfair | |
Overstock |
Fashion Global
Platform | URL |
|---|---|
Shein | |
ASOS | |
Zara | |
H&M | |
Fashion Nova | |
Boohoo |
Other International
Platform | URL |
|---|---|
AliExpress |
Installation
Chrome (Load Unpacked)
Download or clone this repository
Open chrome://extensions/
Enable Developer mode (toggle in top right)
Click Load unpacked
Select the DropWise folder
The extension icon appears in your toolbar
Post-Installation
Navigate to any product page on a supported platform
Click the DropWise icon in the toolbar
The side panel opens with extracted product data
Use Quick Actions to copy, save, or export
Download images as ZIP with one click
Usage Guide
Basic Extraction
Go to any product page
Click the DropWise icon in Chrome toolbar
Product data loads automatically
Edit title or description as needed
Use action buttons to copy, save, or export
Download Images
Extract product data
Scroll to Images section
Click "Download ZIP" for all images
Or use HD/Medium/Thumb buttons for specific sizes
Calculate Profit
Extract product (cost price)
Enter your selling price
Select platform fee percentage
View profit margin and ROI instantly
Export Data
Scroll to Export section
Choose format: JSON, CSV, Copy, or Report
JSON includes full metadata and branding
CSV for spreadsheet import
Keywords
Product must be extracted first
Click "Generate" in Keywords section
Keywords auto-generated from title
Click chips to copy individual keywords
Screenshots
Product extraction with price, rating, and metadata
Premium dark-themed UI with expandable cards
Image gallery with ZIP download
Profit calculator with platform fees
Tech Stack
Manifest V3 — Modern Chrome Extension API
Side Panel API — Seamless side panel experience
5-Layer Extraction — Multi-source data merging
JSZip — Local ZIP file generation
Chrome Storage API — Local data persistence
Content Scripts — Page-level DOM access
Premium CSS — Polished dark theme with animations
File Structure
DropWise/
├── manifest.json # Extension configuration (MV3)
├── sidepanel.html # Premium UI markup
├── sidepanel.js # UI logic & event handlers
├── background.js # Service worker
├── css/
│ ├── sidebar.css # Premium dark theme styles
│ └── content.css # Page-level overlay styles
├── js/
│ ├── app.js # 5-layer extraction engine
│ └── jszip.min.js # Local JSZip library (no CDN)
├── icons/ # Extension icons (16-128px)
├── _locales/
│ └── en/messages.json # i18n strings
├── README.md # This file
└── LICENSE # MIT License
Branding
Built by: Animecx
Company: Blackvault Inc.
Website: https://blackvaulttech.netlify.app
License: MIT License
Status: Open Source
All exported data includes source attribution: DropWise by Blackvault Inc.
License
Copyright (c) 2024 Blackvault Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Future Updates
AI-powered product description generation
Auto-listing to multiple platforms
Bulk extraction mode for product lists
Price history tracking
Competitor price comparison
Multi-language support
Browser sync across devices
Advanced analytics dashboard

Replies