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.
Wat is Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane is een Chrome-extensie ontwikkeld door https://chromane.com, en de belangrijkste functie is "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Chrome Extension Tools - Chromane
Download Custom Chrome Extension Tools - Chromane-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
Officiële URL | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
Beschrijving | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
Bestandsgrootte | 231 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.0.1.2 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2023-08-16 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://chromane.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chromane.com |
URL van de Privacybeleid Pagina | https://chromane.com/chromane-privacy-policy |
Ondersteunde Talen | 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" } |