Tutoriex Extension

This extension will save you from boring stuffs

什麼是Tutoriex Extension?

Tutoriex Extension是由TUTORIEX開發的Chrome擴展程式,該擴展的主要功能是“This extension will save you from boring stuffs”。

擴展截圖

screenshot
screenshot
screenshot

下載Tutoriex Extension擴展crx文件

下載Tutoriex Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}