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