Merch Search

Quickly Search Amazon Merch Listings

Cos'è Merch Search?

Merch Search è un'estensione di Chrome sviluppata da Rick, e la sua funzione principale è "Quickly Search Amazon Merch Listings".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Merch Search

Scarica i file di estensione Merch Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a super simple Amazon Merch Search.

It works exactly the same as the highlight > right click > search on google except it searches using the highlighted text for listings on Amazon and then displays them in a new tab.

Use this to quickly search for niches or keywords whilst going about your normal browsing.                    

Informazioni di Base sull'Estensione

Nome Merch Search Merch Search
ID gahgkkbgppamooolfhfjjmapmegdmogg
URL Ufficiale https://chromewebstore.google.com/detail/merch-search/gahgkkbgppamooolfhfjjmapmegdmogg
Descrizione Quickly Search Amazon Merch Listings
Dimensione del File 17.34 KB
Conteggio Installazioni 97
Versione Corrente 1.0
Ultimo Aggiornamento 2018-03-16
Data di Pubblicazione 2018-03-16
Sviluppatore Rick
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Search",
    "description": "Quickly Search Amazon Merch Listings",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}