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.
Что такое Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane - это расширение Chrome, разработанное https://chromane.com, и его основная функция - "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".
Снимки экрана расширения
Скачать файл CRX расширения Custom Chrome Extension Tools - Chromane
Скачайте файлы расширений Custom Chrome Extension Tools - Chromane в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
Официальный URL | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
Описание | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
Размер файла | 231 KB |
Количество установок | 59 |
Текущая Версия | 1.0.1.2 |
Последнее Обновление | 2024-03-01 |
Дата публикации | 2023-08-16 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | https://chromane.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://chromane.com |
URL страницы политики конфиденциальности | https://chromane.com/chromane-privacy-policy |
Поддерживаемые языки | 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" } |