AutoFresco

Fresco Courses Automation Tool

Co je AutoFresco?

AutoFresco je rozšíření Chrome vyvinuté Bhaskar Verma, a jeho hlavní funkcí je „Fresco Courses Automation Tool“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření AutoFresco

Stáhněte si soubory rozšíření AutoFresco ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AutoFresco AutoFresco
ID eenbcnfjlldpokpogobjhalenbkklllj
Oficiální URL https://chromewebstore.google.com/detail/autofresco/eenbcnfjlldpokpogobjhalenbkklllj
Popis Fresco Courses Automation Tool
Velikost souboru 10.92 KB
Počet instalací 143
Aktuální Verze 0.2.0
Poslední Aktualizace 2020-06-22
Datum Vydání 2020-06-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Bhaskar Verma
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}