ISA - Ideal Shoppen Assistent

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

Cos'è ISA - Ideal Shoppen Assistent?

ISA - Ideal Shoppen Assistent è un'estensione di Chrome sviluppata da info, e la sua funzione principale è "Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ISA - Ideal Shoppen Assistent

Scarica i file di estensione ISA - Ideal Shoppen Assistent 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

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

Informazioni di Base sull'Estensione

Nome ISA - Ideal Shoppen Assistent ISA - Ideal Shoppen Assistent
ID ehjfoidjjoklegelbeneppabdopjjpld
URL Ufficiale https://chromewebstore.google.com/detail/isa-ideal-shoppen-assiste/ehjfoidjjoklegelbeneppabdopjjpld
Descrizione Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!
Dimensione del File 981 KB
Conteggio Installazioni 40
Versione Corrente 2.0.10
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2021-12-29
Sviluppatore info
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://ideal-shoppen.de/
URL della Pagina di Aiuto https://www.ideal-shoppen.de/de/kontakt
URL della Pagina della Politica sulla Privacy https://www.ideal-shoppen.de/de/datenschutz
Lingue Supportate 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"
    }
}