Tutoriex Extension

This extension will save you from boring stuffs

Co je Tutoriex Extension?

Tutoriex Extension je rozšíření Chrome vyvinuté TUTORIEX, a jeho hlavní funkcí je „This extension will save you from boring stuffs“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tutoriex Extension

Stáhněte si soubory rozšíření Tutoriex Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Tutoriex Extension Tutoriex Extension
ID nfifhbcdofnhofdijpeelfcociajhajm
Oficiální URL https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm
Popis This extension will save you from boring stuffs
Velikost souboru 182 KB
Počet instalací 1,048
Aktuální Verze 0.0.4
Poslední Aktualizace 2023-11-08
Datum Vydání 2023-09-10
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář TUTORIEX
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://s.tutoriex.com/tef
Podporované Jazyky 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"
    }
}