Tutoriex Extension

This extension will save you from boring stuffs

What is Tutoriex Extension?

Tutoriex Extension is a Chrome extension developed by TUTORIEX, and its main feature is "This extension will save you from boring stuffs".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tutoriex Extension Extension CRX File

Download Tutoriex Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tutoriex Extension Tutoriex Extension
ID nfifhbcdofnhofdijpeelfcociajhajm
Official URL https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm
Description This extension will save you from boring stuffs
File Size 182 KB
Installation Count 1,048
Current Version 0.0.4
Last Updated 2023-11-08
Publish Date 2023-09-10
Rating 5.00/5 Total 3 Ratings
Developer TUTORIEX
Email [email protected]
Payment Type free
Help Page URL https://s.tutoriex.com/tef
Supported Languages 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"
    }
}