Tutoriex Extension

This extension will save you from boring stuffs

Tutoriex Extension क्या है?

Tutoriex Extension TUTORIEX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will save you from boring stuffs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tutoriex Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Tutoriex Extension Tutoriex Extension
ID nfifhbcdofnhofdijpeelfcociajhajm
आधिकारिक URL https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm
विवरण This extension will save you from boring stuffs
फ़ाइल का आकार 182 KB
स्थापना संख्या 1,048
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2023-11-08
प्रकाशन तिथि 2023-09-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर TUTORIEX
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://s.tutoriex.com/tef
समर्थित भाषाएँ 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"
    }
}