iAutomator: automation/shortcuts
Browser Automation Productivity Tools
Apa itu iAutomator: automation/shortcuts?
iAutomator: automation/shortcuts adalah ekstensi Chrome yang dikembangkan oleh tomasy, dan fitur utamanya adalah "Browser Automation Productivity Tools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi iAutomator: automation/shortcuts
Unduh file ekstensi iAutomator: automation/shortcuts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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;
Informasi Dasar Ekstensi
Nama | iAutomator: automation/shortcuts |
ID | hcnekoladldejmeindnhpjkfhjadcick |
URL Resmi | https://chromewebstore.google.com/detail/iautomator-automationshor/hcnekoladldejmeindnhpjkfhjadcick |
Deskripsi | Browser Automation Productivity Tools |
Ukuran File | 588 KB |
Jumlah Instalasi | 223 |
Versi Saat Ini | 2.6.0 |
Terakhir Diperbarui | 2023-10-19 |
Tanggal Publikasi | 2020-06-28 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | tomasy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://iautomator.xyz/ |
URL Halaman Bantuan | https://github.com/solobat/ihelpers.github.io/issues |
URL Halaman Kebijakan Privasi | https://iautomator.xyz/privacy |
Bahasa yang Didukung | 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:\/\/*\/*", " |