AutoFresco

Fresco Courses Automation Tool

Что такое AutoFresco?

AutoFresco - это расширение Chrome, разработанное Bhaskar Verma, и его основная функция - "Fresco Courses Automation Tool".

Снимки экрана расширения

Скачать файл CRX расширения AutoFresco

Скачайте файлы расширений AutoFresco в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}