ISA - Ideal Shoppen Assistent

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

Co je ISA - Ideal Shoppen Assistent?

ISA - Ideal Shoppen Assistent je rozšíření Chrome vyvinuté info, a jeho hlavní funkcí je „Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ISA - Ideal Shoppen Assistent

Stáhněte si soubory rozšíření ISA - Ideal Shoppen Assistent ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název ISA - Ideal Shoppen Assistent ISA - Ideal Shoppen Assistent
ID ehjfoidjjoklegelbeneppabdopjjpld
Oficiální URL https://chromewebstore.google.com/detail/isa-ideal-shoppen-assiste/ehjfoidjjoklegelbeneppabdopjjpld
Popis Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!
Velikost souboru 981 KB
Počet instalací 40
Aktuální Verze 2.0.10
Poslední Aktualizace 2023-05-09
Datum Vydání 2021-12-29
Vývojář info
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://ideal-shoppen.de/
URL Stránky Nápovědy https://www.ideal-shoppen.de/de/kontakt
URL Stránky Zásad Ochrany Soukromí https://www.ideal-shoppen.de/de/datenschutz
Podporované Jazyky 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"
    }
}