iAutomator: automation/shortcuts
Browser Automation Productivity Tools
iAutomator: automation/shortcuts क्या है?
iAutomator: automation/shortcuts tomasy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Automation Productivity Tools"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iAutomator: automation/shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Built-in common page operations, such as Read Mode, Full Screen/Kill an Element, Download Images/Videos, Code Copy, Bookmark, Scroll etc., support action recording and action automation. update: v2.6.0 App rename; Optimize Attributes action; Fix bugs;
एक्सटेंशन की मूल जानकारी
नाम | iAutomator: automation/shortcuts |
ID | hcnekoladldejmeindnhpjkfhjadcick |
आधिकारिक URL | https://chromewebstore.google.com/detail/iautomator-automationshor/hcnekoladldejmeindnhpjkfhjadcick |
विवरण | Browser Automation Productivity Tools |
फ़ाइल का आकार | 588 KB |
स्थापना संख्या | 223 |
वर्तमान संस्करण | 2.6.0 |
अंतिम अपडेट | 2023-10-19 |
प्रकाशन तिथि | 2020-06-28 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | tomasy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://iautomator.xyz/ |
सहायता पृष्ठ URL | https://github.com/solobat/ihelpers.github.io/issues |
गोपनीयता नीति पृष्ठ URL | https://iautomator.xyz/privacy |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "2.6.0", "description": "__MSG_extDesc__", "default_locale": "en", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |