AutoFresco

Fresco Courses Automation Tool

什么是AutoFresco?

AutoFresco是由Bhaskar Verma开发的Chrome扩展程序,该扩展的主要功能是“Fresco Courses Automation Tool”。

扩展截图

下载AutoFresco扩展crx文件

下载AutoFresco扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A Chrome Extension to Automate Fresco Play Courses (T-Factor) for TCS Employees

Now supports automatic solving of katakoda based hands-on built into the Fresco.

Just Open the course, Start Extension and Rest.

My extension does the job for you and alerts only when there is an exam.                    

扩展基本信息

名称 AutoFresco AutoFresco
ID eenbcnfjlldpokpogobjhalenbkklllj
官方URL https://chromewebstore.google.com/detail/autofresco/eenbcnfjlldpokpogobjhalenbkklllj
简介 Fresco Courses Automation Tool
文件大小 10.92 KB
安装次数 143
当前版本 0.2.0
更新时间 2020-06-22
上架时间 2020-06-21
评分 5.00/5 共2次评分
开发者 Bhaskar Verma
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoFresco",
    "version": "0.2.0",
    "description": "Fresco Courses Automation Tool",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "author": "Bhaskar Verma",
    "web_accessible_resources": [
        "beep.mp3"
    ]
}