AutoFresco

Fresco Courses Automation Tool

ما هو AutoFresco؟

AutoFresco هو إضافة Chrome تم تطويرها بواسطة Bhaskar Verma، والميزة الرئيسية لها هي "Fresco Courses Automation Tool".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة AutoFresco

قم بتنزيل ملفات الامتداد AutoFresco بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    ]
}