Algopix
Fast and easy eCommerce products market research analysis and estimated revenue.
Algopix क्या है?
Algopix https://algopix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and easy eCommerce products market research analysis and estimated revenue."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Algopix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Algopix is the ultimate chrome extension for online sellers looking to identify profitable products with low competition while browsing Amazon. Algopix Extension provides data on pricing history, demand, and competition levels, so sellers can make informed decisions on product pricing. It also gives insights into the various platform fees, ranking history, sales performance, product identifiers, and shipping dimensions. This wealth of information helps sellers make sure they choose a product that will give them an edge in the marketplace. Make your product research process simple, identify winning products on Amazon. Download now!
एक्सटेंशन की मूल जानकारी
नाम | Algopix |
ID | jflfplhicdbbaoahahddfanfbbjkfmmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/algopix/jflfplhicdbbaoahahddfanfbbjkfmmi |
विवरण | Fast and easy eCommerce products market research analysis and estimated revenue. |
फ़ाइल का आकार | 176 KB |
स्थापना संख्या | 313 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2023-08-24 |
प्रकाशन तिथि | 2023-08-21 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://algopix.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://algopix.com |
सहायता पृष्ठ URL | https://algopix.com/privacy |
गोपनीयता नीति पृष्ठ URL | https://algopix.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Algopix", "description": "Fast and easy eCommerce products market research analysis and estimated revenue.", "version": "1.0.4", "manifest_version": 3, "permissions": [ "scripting", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.com.au\/*" ], "js": [ "assets\/js\/chart.js" ], "css": [ "style.css", "product-list-style.css" ], "run_at": "document_idle" } ], "action": { "default_popup": "index.html", "default_title": "AlgoPix", "default_icon": "assets\/imgs\/favicon-96x96.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.com.au\/*" ], "web_accessible_resources": [ { "resources": [ "index.html", "*.js", "*.css", "assets\/*\/*.*" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.com.au\/*" ] } ], "icons": { "16": "assets\/imgs\/beta-16x16.png", "32": "assets\/imgs\/beta-32x32.png", "96": "assets\/imgs\/beta-96x96.png" } } |