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.
Was ist Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane ist eine Chrome-Erweiterung, die von https://chromane.com entwickelt wurde, und ihr Hauptmerkmal ist "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".
Erweiterungsscreenshots
Custom Chrome Extension Tools - Chromane-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Chrome Extension Tools - Chromane-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
Offizielle URL | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
Beschreibung | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
Dateigröße | 231 KB |
Installationsanzahl | 59 |
Aktuelle Version | 1.0.1.2 |
Letztes Update | 2024-03-01 |
Veröffentlichungsdatum | 2023-08-16 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | https://chromane.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://chromane.com |
URL der Datenschutzrichtlinien-Seite | https://chromane.com/chromane-privacy-policy |
Unterstützte Sprachen | 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" } |