Tutoriex Extension

This extension will save you from boring stuffs

Was ist Tutoriex Extension?

Tutoriex Extension ist eine Chrome-Erweiterung, die von TUTORIEX entwickelt wurde, und ihr Hauptmerkmal ist "This extension will save you from boring stuffs".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tutoriex Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tutoriex Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tutoriex Extension Tutoriex Extension
ID nfifhbcdofnhofdijpeelfcociajhajm
Offizielle URL https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm
Beschreibung This extension will save you from boring stuffs
Dateigröße 182 KB
Installationsanzahl 1,048
Aktuelle Version 0.0.4
Letztes Update 2023-11-08
Veröffentlichungsdatum 2023-09-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler TUTORIEX
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://s.tutoriex.com/tef
Unterstützte Sprachen 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"
    }
}