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": [ " |