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.

Qu'est-ce que Custom Chrome Extension Tools - Chromane ?

Custom Chrome Extension Tools - Chromane est une extension Chrome développée par https://chromane.com, et sa fonction principale est "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Custom Chrome Extension Tools - Chromane

Téléchargez les fichiers d'extension Custom Chrome Extension Tools - Chromane au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Custom Chrome Extension Tools - Chromane Custom Chrome Extension Tools - Chromane
ID niicafcjnknfegkpnfjchecodeodemfc
URL Officiel https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc
Description Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.
Taille du Fichier 231 KB
Nombre d'Installations 59
Version Actuelle 1.0.1.2
Dernière Mise à Jour 2024-03-01
Date de Publication 2023-08-16
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://chromane.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chromane.com
URL de la Page de Politique de Confidentialité https://chromane.com/chromane-privacy-policy
Langues Prises en Charge 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"
}