Tutoriex Extension
This extension will save you from boring stuffs
Что такое Tutoriex Extension?
Tutoriex Extension - это расширение Chrome, разработанное TUTORIEX, и его основная функция - "This extension will save you from boring stuffs".
Снимки экрана расширения
Скачать файл CRX расширения Tutoriex Extension
Скачайте файлы расширений Tutoriex Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tutoriex Automation is a powerful Chrome extension designed to help users automate repetitive tasks on specific websites. Rest assured, Tutoriex Automation prioritizes your privacy and security. We only access and modify web content on websites explicitly listed in our extension's manifest. We follow Chrome Web Store guidelines for responsible use, providing a seamless and secure browsing experience. Simplify your online tasks and save time with Tutoriex Automation. *It currently works for only one specific test in the test platform
Основная информация о расширении
Название | Tutoriex Extension |
ID | nfifhbcdofnhofdijpeelfcociajhajm |
Официальный URL | https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm |
Описание | This extension will save you from boring stuffs |
Размер файла | 182 KB |
Количество установок | 1,048 |
Текущая Версия | 0.0.4 |
Последнее Обновление | 2023-11-08 |
Дата публикации | 2023-09-10 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | TUTORIEX |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://s.tutoriex.com/tef |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tutoriex Extension", "description": "This extension will save you from boring stuffs", "version": "0.0.4", "devtools_page": "devtool.html", "action": { "default_popup": "popup.html", "default_icon": "icon.png", "default_title": "MyPerfectice Automation" }, "content_scripts": [ { "matches": [ "https:\/\/lpu.myperfectice.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" } } |