Tutoriex Extension
This extension will save you from boring stuffs
Wat is Tutoriex Extension?
Tutoriex Extension is een Chrome-extensie ontwikkeld door TUTORIEX, en de belangrijkste functie is "This extension will save you from boring stuffs".
Extensie Screenshots
Download het CRX-bestand van de extensie Tutoriex Extension
Download Tutoriex Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tutoriex Extension |
ID | nfifhbcdofnhofdijpeelfcociajhajm |
Officiële URL | https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm |
Beschrijving | This extension will save you from boring stuffs |
Bestandsgrootte | 182 KB |
Aantal Installaties | 1,048 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2023-11-08 |
Publicatiedatum | 2023-09-10 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | TUTORIEX |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://s.tutoriex.com/tef |
Ondersteunde Talen | 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" } } |