Tutoriex Extension
This extension will save you from boring stuffs
Apa itu Tutoriex Extension?
Tutoriex Extension adalah ekstensi Chrome yang dikembangkan oleh TUTORIEX, dan fitur utamanya adalah "This extension will save you from boring stuffs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tutoriex Extension
Unduh file ekstensi Tutoriex Extension 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
Tutoriex Automation is a powerful Chrome extension designed to help users automate repetitive tasks on specific websites. Rest assured, Tutoriex Automation prioritizes your privacy and security. We only access and modify web content on websites explicitly listed in our extension's manifest. We follow Chrome Web Store guidelines for responsible use, providing a seamless and secure browsing experience. Simplify your online tasks and save time with Tutoriex Automation. *It currently works for only one specific test in the test platform
Informasi Dasar Ekstensi
Nama | Tutoriex Extension |
ID | nfifhbcdofnhofdijpeelfcociajhajm |
URL Resmi | https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm |
Deskripsi | This extension will save you from boring stuffs |
Ukuran File | 182 KB |
Jumlah Instalasi | 1,048 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2023-11-08 |
Tanggal Publikasi | 2023-09-10 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | TUTORIEX |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://s.tutoriex.com/tef |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tutoriex Extension", "description": "This extension will save you from boring stuffs", "version": "0.0.4", "devtools_page": "devtool.html", "action": { "default_popup": "popup.html", "default_icon": "icon.png", "default_title": "MyPerfectice Automation" }, "content_scripts": [ { "matches": [ "https:\/\/lpu.myperfectice.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" } } |