E-Commerce Quick Search
The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!
Was ist E-Commerce Quick Search?
E-Commerce Quick Search ist eine Chrome-Erweiterung, die von Blazyerz entwickelt wurde, und ihr Hauptmerkmal ist "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!".
Erweiterungsscreenshots
E-Commerce Quick Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie E-Commerce Quick Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
E-Commerce Quick Search provides the ability to quickly search product names, UPCs, SKUs and any kind of text on the world's most popular marketplaces in just a few clicks. How does it work: 1. Highlight any text, UPC or SKU 2. Right click 3. Navigate to "E-Commerce Quick Search" 4. Choose the desired marketplace 5. DONE! Supported Marketplaces: - Alibaba - Aliexpress - Amazon - eBay - Target - Walmart We welcome any suggestions for improvements, additional marketplaces or any other feedback
Grundlegende Informationen zur Erweiterung
Name | E-Commerce Quick Search |
ID | khbhihdbghfpfnkigbbhlobjpdniiojk |
Offizielle URL | https://chromewebstore.google.com/detail/e-commerce-quick-search/khbhihdbghfpfnkigbbhlobjpdniiojk |
Beschreibung | The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces! |
Dateigröße | 30.79 KB |
Installationsanzahl | 22 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-03-23 |
Veröffentlichungsdatum | 2020-03-23 |
Entwickler | Blazyerz |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "E-Commerce Quick Search", "description": "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "menu.js", "marketplaces.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/logo16.png" }, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" } } |