Tutoriex Extension

This extension will save you from boring stuffs

ما هو Tutoriex Extension؟

Tutoriex Extension هو إضافة Chrome تم تطويرها بواسطة TUTORIEX، والميزة الرئيسية لها هي "This extension will save you from boring stuffs".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tutoriex Extension

قم بتنزيل ملفات الامتداد Tutoriex Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}