Tutoriex Extension

This extension will save you from boring stuffs

Tutoriex Extension là gì?

Tutoriex Extension là một tiện ích mở rộng Chrome được phát triển bởi TUTORIEX, và tính năng chính của nó là "This extension will save you from boring stuffs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tutoriex Extension

Tải xuống các tệp mở rộng Tutoriex Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tutoriex Extension Tutoriex Extension
ID nfifhbcdofnhofdijpeelfcociajhajm
URL Chính Thức https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm
Mô tả This extension will save you from boring stuffs
Kích Thước Tệp 182 KB
Số Lần Cài Đặt 1,048
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2023-09-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển TUTORIEX
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://s.tutoriex.com/tef
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}