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
Eメール [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"
    ]
}