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.
Co to jest Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane to rozszerzenie Chrome opracowane przez https://chromane.com, a jego główną funkcją jest „Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom Chrome Extension Tools - Chromane
Pobierz pliki rozszerzeń Custom Chrome Extension Tools - Chromane w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
Oficjalny URL | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
Opis | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
Rozmiar pliku | 231 KB |
Liczba instalacji | 59 |
Aktualna Wersja | 1.0.1.2 |
Ostatnia Aktualizacja | 2024-03-01 |
Data Publikacji | 2023-08-16 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | https://chromane.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://chromane.com |
Adres URL Strony Polityki Prywatności | https://chromane.com/chromane-privacy-policy |
Obsługiwane Języki | 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" } |