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.
Vad är Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane är en Chrome-tillägg utvecklad av https://chromane.com, och dess huvudfunktion är "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".
Tilläggsskärmbilder
Ladda ner Custom Chrome Extension Tools - Chromane-förlängningens CRX-fil
Ladda ner Custom Chrome Extension Tools - Chromane-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
Beskrivning | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
Filstorlek | 231 KB |
Antal Installationer | 59 |
Aktuell Version | 1.0.1.2 |
Senast Uppdaterad | 2024-03-01 |
Publiceringsdatum | 2023-08-16 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | https://chromane.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://chromane.com |
URL till Sekretesspolicy Sidan | https://chromane.com/chromane-privacy-policy |
Stödda Språk | 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" } |