Amazon Easy (easysell.in)

Checks URL and redirects as required.

Cos'è Amazon Easy (easysell.in)?

Amazon Easy (easysell.in) è un'estensione di Chrome sviluppata da easysell.in, e la sua funzione principale è "Checks URL and redirects as required.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon Easy (easysell.in)

Scarica i file di estensione Amazon Easy (easysell.in) 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 extension is used for showing logout option to logout from store.                    

Informazioni di Base sull'Estensione

Nome Amazon Easy (easysell.in) Amazon Easy (easysell.in)
ID mgibdhnldfehgbbkfhdakpnpchmjbine
URL Ufficiale https://chromewebstore.google.com/detail/amazon-easy-easysellin/mgibdhnldfehgbbkfhdakpnpchmjbine
Descrizione Checks URL and redirects as required.
Dimensione del File 73.8 KB
Conteggio Installazioni 464
Versione Corrente 2.0
Ultimo Aggiornamento 2020-06-04
Data di Pubblicazione 2020-06-04
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore easysell.in
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Easy (easysell.in)",
    "version": "2.0",
    "description": "Checks URL and redirects as required.",
    "background": {
        "page": "bg.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "https:\/\/store.amazon.in\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "16.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}