ISA - Ideal Shoppen Assistent

Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!

Co to jest ISA - Ideal Shoppen Assistent?

ISA - Ideal Shoppen Assistent to rozszerzenie Chrome opracowane przez info, a jego główną funkcją jest „Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ISA - Ideal Shoppen Assistent

Pobierz pliki rozszerzeń ISA - Ideal Shoppen Assistent 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

                        ISA - Ideal Shoppen Assistent will ease your shopping and make it even more pleasant and benefitable !                    

Podstawowe informacje o rozszerzeniu

Nazwa ISA - Ideal Shoppen Assistent ISA - Ideal Shoppen Assistent
ID ehjfoidjjoklegelbeneppabdopjjpld
Oficjalny URL https://chromewebstore.google.com/detail/isa-ideal-shoppen-assiste/ehjfoidjjoklegelbeneppabdopjjpld
Opis Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!
Rozmiar pliku 981 KB
Liczba instalacji 40
Aktualna Wersja 2.0.10
Ostatnia Aktualizacja 2023-05-09
Data Publikacji 2021-12-29
Deweloper info
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://ideal-shoppen.de/
Adres URL Strony Pomocy https://www.ideal-shoppen.de/de/kontakt
Adres URL Strony Polityki Prywatności https://www.ideal-shoppen.de/de/datenschutz
Obsługiwane Języki de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ISA - Ideal Shoppen Assistent",
    "version": "2.0.10",
    "description": "Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!",
    "homepage_url": "https:\/\/www.ideal-shoppen.de",
    "manifest_version": 3,
    "author": "ideal-shoppen.de",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies",
        "alarms"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js",
                "fonts\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "24": "icon-24.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "icon-24.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "https:\/\/*.ideal-shoppen.de\/*"
    ],
    "action": {
        "default_icon": "icon-24.png",
        "default_title": "idealShoppen button",
        "default_popup": "popup.html"
    }
}