Amazon Easy (easysell.in)

Checks URL and redirects as required.

Wat is Amazon Easy (easysell.in)?

Amazon Easy (easysell.in) is een Chrome-extensie ontwikkeld door easysell.in, en de belangrijkste functie is "Checks URL and redirects as required.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Easy (easysell.in)

Download Amazon Easy (easysell.in)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension is used for showing logout option to logout from store.                    

Basisinformatie over de Extensie

Naam Amazon Easy (easysell.in) Amazon Easy (easysell.in)
ID mgibdhnldfehgbbkfhdakpnpchmjbine
Officiële URL https://chromewebstore.google.com/detail/amazon-easy-easysellin/mgibdhnldfehgbbkfhdakpnpchmjbine
Beschrijving Checks URL and redirects as required.
Bestandsgrootte 73.8 KB
Aantal Installaties 464
Huidige Versie 2.0
Laatst Bijgewerkt 2020-06-04
Publicatiedatum 2020-06-04
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar easysell.in
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}