Amazon Easy (easysell.in)

Checks URL and redirects as required.

Co to jest Amazon Easy (easysell.in)?

Amazon Easy (easysell.in) to rozszerzenie Chrome opracowane przez easysell.in, a jego główną funkcją jest „Checks URL and redirects as required.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Amazon Easy (easysell.in)

Pobierz pliki rozszerzeń Amazon Easy (easysell.in) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Easy (easysell.in) Amazon Easy (easysell.in)
ID mgibdhnldfehgbbkfhdakpnpchmjbine
Oficjalny URL https://chromewebstore.google.com/detail/amazon-easy-easysellin/mgibdhnldfehgbbkfhdakpnpchmjbine
Opis Checks URL and redirects as required.
Rozmiar pliku 73.8 KB
Liczba instalacji 464
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2020-06-04
Data Publikacji 2020-06-04
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper easysell.in
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}