Custom Chrome Extension Tools - Chromane

Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.

Co je Custom Chrome Extension Tools - Chromane?

Custom Chrome Extension Tools - Chromane je rozšíření Chrome vyvinuté https://chromane.com, a jeho hlavní funkcí je „Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Custom Chrome Extension Tools - Chromane

Stáhněte si soubory rozšíření Custom Chrome Extension Tools - Chromane 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í

                        Chromane is a chrome extension which serves as a container for simple easy-to-use tools that can save you time and money by automating repetitive tasks and improving websites you often use.                    

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

Název Custom Chrome Extension Tools - Chromane Custom Chrome Extension Tools - Chromane
ID niicafcjnknfegkpnfjchecodeodemfc
Oficiální URL https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc
Popis Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.
Velikost souboru 231 KB
Počet instalací 59
Aktuální Verze 1.0.1.2
Poslední Aktualizace 2024-03-01
Datum Vydání 2023-08-16
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář https://chromane.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://chromane.com
URL Stránky Zásad Ochrany Soukromí https://chromane.com/chromane-privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "Custom Chrome Extension Tools - Chromane",
    "description": "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.",
    "icons": {
        "128": "\/img\/logo-128.png"
    },
    "action": {
        "default_icon": "\/img\/logo-128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "version": "1.0.1.2"
}