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
擴展基本資訊
名稱 | Automa |
ID | infppggnoaenmfagbfknfkancpbljcca |
官方網址 | 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": [ " |