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.

Cos'è Custom Chrome Extension Tools - Chromane?

Custom Chrome Extension Tools - Chromane è un'estensione di Chrome sviluppata da https://chromane.com, e la sua funzione principale è "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Custom Chrome Extension Tools - Chromane

Scarica i file di estensione Custom Chrome Extension Tools - Chromane 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Custom Chrome Extension Tools - Chromane Custom Chrome Extension Tools - Chromane
ID niicafcjnknfegkpnfjchecodeodemfc
URL Ufficiale https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc
Descrizione Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.
Dimensione del File 231 KB
Conteggio Installazioni 59
Versione Corrente 1.0.1.2
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2023-08-16
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://chromane.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chromane.com
URL della Pagina della Politica sulla Privacy https://chromane.com/chromane-privacy-policy
Lingue Supportate 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"
}