HBE Automation
Automates the test process in HBE
HBE Automation क्या है?
HBE Automation https://tutoriex.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automates the test process in HBE"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HBE Automation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ "*:\/\/*\/*" ] } ] } |