AutoFresco

Fresco Courses Automation Tool

Vad är AutoFresco?

AutoFresco är en Chrome-tillägg utvecklad av Bhaskar Verma, och dess huvudfunktion är "Fresco Courses Automation Tool".

Tilläggsskärmbilder

Ladda ner AutoFresco-förlängningens CRX-fil

Ladda ner AutoFresco-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AutoFresco AutoFresco
ID eenbcnfjlldpokpogobjhalenbkklllj
Officiell webbadress https://chromewebstore.google.com/detail/autofresco/eenbcnfjlldpokpogobjhalenbkklllj
Beskrivning Fresco Courses Automation Tool
Filstorlek 10.92 KB
Antal Installationer 143
Aktuell Version 0.2.0
Senast Uppdaterad 2020-06-22
Publiceringsdatum 2020-06-21
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Bhaskar Verma
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}