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.
Hvad er Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane er en Chrome-udvidelse udviklet af https://chromane.com, og dens hovedfunktion er "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".
Udvidelsesskærmbilleder
Download Custom Chrome Extension Tools - Chromane-udvidelses-CRX-fil
Download Custom Chrome Extension Tools - Chromane-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | niicafcjnknfegkpnfjchecodeodemfc |
| Officiel URL | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
| Beskrivelse | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
| Filstørrelse | 231 KB |
| Antal Installationer | 59 |
| Nuværende Version | 1.0.1.2 |
| Senest Opdateret | 2024-03-01 |
| Udgivelsesdato | 2023-08-16 |
| Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
| Udvikler | https://chromane.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://chromane.com |
| URL til Fortrolighedspolitik Side | https://chromane.com/chromane-privacy-policy |
| Understøttede Sprog | 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"
} | |