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