product finder
product finder
Co je product finder?
product finder je rozšíření Chrome vyvinuté productfinder.co, a jeho hlavní funkcí je „product finder“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření product finder
Stáhněte si soubory rozšíření product finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extension for Aliexpress Dropshipping. This is the Chrome extension for Aliexpress Dropshipping. Search products on Aliexpress easily! With our browser plugin, helps you identify high-performing products on your competitors’ stores as they dropship from aliexpress.
Základní Informace o Rozšíření
Název | |
ID | cofkojamknelechlflimakpabkgjopjg |
Oficiální URL | https://chrome.google.com/webstore/detail/cofkojamknelechlflimakpabkgjopjg |
Popis | product finder |
Velikost souboru | 127 KB |
Počet instalací | 135 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2018-04-15 |
Datum Vydání | 2018-04-15 |
Vývojář | productfinder.co |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://productfinder.co/privacy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "product finder", "version": "1.0.2", "description": "product finder", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon128.png" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "default_title": "Product Finder" }, "permissions": [ "storage", "notifications", "tabs", "webRequest", "webRequestBlocking", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "scripts\/jquery-1.11.3.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/item\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.com\/store\/product\/*" ], "js": [ "scripts\/jquery-1.11.3.js", "scripts\/bootstrap.js", "scripts\/moment.min.js", "scripts\/content.js" ], "run_at": "document_start", "all_frames": true } ] } |