AutoFresco

Fresco Courses Automation Tool

Was ist AutoFresco?

AutoFresco ist eine Chrome-Erweiterung, die von Bhaskar Verma entwickelt wurde, und ihr Hauptmerkmal ist "Fresco Courses Automation Tool".

Erweiterungsscreenshots

AutoFresco-Erweiterungs-CRX-Datei herunterladen

Laden Sie AutoFresco-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AutoFresco AutoFresco
ID eenbcnfjlldpokpogobjhalenbkklllj
Offizielle URL https://chromewebstore.google.com/detail/autofresco/eenbcnfjlldpokpogobjhalenbkklllj
Beschreibung Fresco Courses Automation Tool
Dateigröße 10.92 KB
Installationsanzahl 143
Aktuelle Version 0.2.0
Letztes Update 2020-06-22
Veröffentlichungsdatum 2020-06-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Bhaskar Verma
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}