AutoFresco

Fresco Courses Automation Tool

Apa itu AutoFresco?

AutoFresco adalah ekstensi Chrome yang dikembangkan oleh Bhaskar Verma, dan fitur utamanya adalah "Fresco Courses Automation Tool".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi AutoFresco

Unduh file ekstensi AutoFresco dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AutoFresco AutoFresco
ID eenbcnfjlldpokpogobjhalenbkklllj
URL Resmi https://chromewebstore.google.com/detail/autofresco/eenbcnfjlldpokpogobjhalenbkklllj
Deskripsi Fresco Courses Automation Tool
Ukuran File 10.92 KB
Jumlah Instalasi 143
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2020-06-22
Tanggal Publikasi 2020-06-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Bhaskar Verma
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}