HBE Automation
Automates the test process in HBE
HBE Automationคืออะไร?
HBE Automation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tutoriex.com และคุณลักษณะหลักของมันคือ "Automates the test process in HBE"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBE Automation
ดาวน์โหลดไฟล์ส่วนขยาย HBE Automation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HBE Automation stands as a robust Chrome extension crafted to streamline and automate repetitive tasks within designated websites. Be confident in the fact that HBE Automation places your privacy and security at the forefront. Our extension solely interacts with and modifies web content on sites explicitly mentioned in the extension's manifest. We adhere to Chrome Web Store guidelines to ensure responsible usage, ensuring a smooth and secure browsing experience. Effortlessly simplify your online tasks and reclaim valuable time with HBE Automation. *Presently, it is optimized for a specific test on the testing platform.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HBE Automation |
ID | hpedjphencpkgbiekepfkdalpdmdmbme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hbe-automation/hpedjphencpkgbiekepfkdalpdmdmbme |
คำอธิบาย | Automates the test process in HBE |
ขนาดไฟล์ | 165 KB |
จำนวนการติดตั้ง | 149 |
เวอร์ชันปัจจุบัน | 0.0.10 |
อัปเดตครั้งล่าสุด | 2024-03-03 |
วันที่เผยแพร่ | 2024-02-23 |
ผู้พัฒนา | https://tutoriex.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1NN82WmN4nUhSaAS9oKWWJixx-BXwEMTahFHHY_f8iE8/edit?usp=sharing |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "0.0.10", "description": "__MSG_extensionDescription__", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.hitbullseye.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle1709470145292.chunk.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |