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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ "*:\/\/*\/*" ] } ] } |