ISA - Ideal Shoppen Assistent

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

What is ISA - Ideal Shoppen Assistent?

ISA - Ideal Shoppen Assistent is a Chrome extension developed by info, and its main feature is "Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ISA - Ideal Shoppen Assistent Extension CRX File

Download ISA - Ideal Shoppen Assistent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ISA - Ideal Shoppen Assistent ISA - Ideal Shoppen Assistent
ID ehjfoidjjoklegelbeneppabdopjjpld
Official URL https://chromewebstore.google.com/detail/isa-ideal-shoppen-assiste/ehjfoidjjoklegelbeneppabdopjjpld
Description Ideal Shoppen Assistent wird Ihren Einkauf erleichtern und ihn noch angenehmer und nutzbringender machen!
File Size 981 KB
Installation Count 40
Current Version 2.0.10
Last Updated 2023-05-09
Publish Date 2021-12-29
Developer info
Email [email protected]
Payment Type in_app
Extension Website https://ideal-shoppen.de/
Help Page URL https://www.ideal-shoppen.de/de/kontakt
Privacy Policy Page URL https://www.ideal-shoppen.de/de/datenschutz
Supported Languages 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"
    }
}