Programming Browser: Web Automation Toolkit
Web automation toolkit
Programming Browser: Web Automation Toolkitคืออะไร?
Programming Browser: Web Automation Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Programming Browser และคุณลักษณะหลักของมันคือ "Web automation toolkit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Programming Browser: Web Automation Toolkit
ดาวน์โหลดไฟล์ส่วนขยาย Programming Browser: Web Automation Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Programming Browser is a web automation tool that allows you to automate any task on the web. It's similar to selenium automation. But with a drag and drop programmable interface. You do not have know programming to use Programming Browser, every block explain itself. What can you automate? Pretty much you can automate anything on the web, if you see something that repeat alot of times on your browser, you can use Programming Browser to do it for you. Programming Browser is faster than any human, so your automation will be compete much faster. After you created a script on Programming Browser you can create a shortcut for your script and run the automation with just one tap. Features: - Drag and drop programmable interface - Create shortcut for each script - Import and export your Programming Browser script (you can write once and share the script to a new device) - Flexible programming language
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Programming Browser: Web Automation Toolkit |
ID | ackgnkgcabnnbkgledgggmojocblemic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/programming-browser-web-a/ackgnkgcabnnbkgledgggmojocblemic |
คำอธิบาย | Web automation toolkit |
ขนาดไฟล์ | 61.11 KB |
จำนวนการติดตั้ง | 86 |
เวอร์ชันปัจจุบัน | 1.0.22 |
อัปเดตครั้งล่าสุด | 2022-07-01 |
วันที่เผยแพร่ | 2022-06-28 |
ผู้พัฒนา | Programming Browser |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.programmingbrowser.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.programmingbrowser.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Programming Browser: Web Automation Toolkit", "version": "1.0.22", "permissions": [ "storage", "tabs", "scripting", "downloads", "declarativeNetRequest", "debugger", "notifications" ], "declarative_net_request": { "rule_resources": [ { "id": "mobile_user_agent_rule", "enabled": false, "path": "rules\/mobile_user_agent_rule.json" }, { "id": "desktop_user_agent_rule", "enabled": false, "path": "rules\/desktop_user_agent_rule.json" } ] }, "host_permissions": [ " |