HBE Automation
Automates the test process in HBE
什麼是HBE Automation?
HBE Automation是由https://tutoriex.com開發的Chrome擴展程式,該擴展的主要功能是“Automates the test process in HBE”。
擴展截圖
下載HBE Automation擴展crx文件
下載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 |
官方網址 | 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": [ "*:\/\/*\/*" ] } ] } |