E-Commerce Quick Search

The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!

Qu'est-ce que E-Commerce Quick Search ?

E-Commerce Quick Search est une extension Chrome développée par Blazyerz, et sa fonction principale est "The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension E-Commerce Quick Search

Téléchargez les fichiers d'extension E-Commerce Quick Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom E-Commerce Quick Search E-Commerce Quick Search
ID khbhihdbghfpfnkigbbhlobjpdniiojk
URL Officiel https://chromewebstore.google.com/detail/e-commerce-quick-search/khbhihdbghfpfnkigbbhlobjpdniiojk
Description The E-Commerce Quick Search provides the ability to search keywords on the world's most popular marketplaces!
Taille du Fichier 30.79 KB
Nombre d'Installations 22
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-03-23
Date de Publication 2020-03-23
Développeur Blazyerz
Type de Paiement free
Langues Prises en Charge 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"
    }
}