Automa
An extension for automating your browser by connecting blocks
什么是Automa?
Automa是由https://automa.site开发的Chrome扩展程序,该扩展的主要功能是“An extension for automating your browser by connecting blocks”。
扩展截图
下载Automa扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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": [
" | |