Automa
An extension for automating your browser by connecting blocks
Что такое Automa?
Automa - это расширение Chrome, разработанное https://automa.site, и его основная функция - "An extension for automating your browser by connecting blocks".
Снимки экрана расширения
Скачать файл CRX расширения Automa
Скачайте файлы расширений Automa в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
From auto-fill forms, doing a repetitive task, taking a screenshot, to scraping data of the website, it's up to you what you want to do with this extension. And you also can schedule when the automation will execute. If you have a question or want to report a bug, feel free to open an issue in automa GitHub repository. GitHub: https://github.com/AutomaApp/automa
Основная информация о расширении
Название | Automa |
ID | infppggnoaenmfagbfknfkancpbljcca |
Официальный URL | https://chromewebstore.google.com/detail/automa/infppggnoaenmfagbfknfkancpbljcca |
Описание | An extension for automating your browser by connecting blocks |
Размер файла | 2.12 MB |
Количество установок | 112,965 |
Текущая Версия | 1.28.27 |
Последнее Обновление | 2024-02-06 |
Дата публикации | 2021-11-01 |
Рейтинг | 4.59/5 Всего 135 оценок |
Разработчик | https://automa.site |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://automa.site/ |
URL страницы помощи | https://github.com/automaapp/automa/issues |
URL страницы политики конфиденциальности | https://www.automa.site/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "An extension for automating your browser by connecting blocks", "version": "1.28.27", "manifest_version": 2, "name": "Automa", "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "128": "icon-128.png" }, "commands": { "open-dashboard": { "suggested_key": { "default": "Alt+A", "mac": "Alt+A" }, "description": "Open the dashboard" }, "element-picker": { "suggested_key": { "default": "Alt+P", "mac": "Alt+P" }, "description": "Open element picker" } }, "content_scripts": [ { "matches": [ " |