AutoFresco

Fresco Courses Automation Tool

AutoFresco là gì?

AutoFresco là một tiện ích mở rộng Chrome được phát triển bởi Bhaskar Verma, và tính năng chính của nó là "Fresco Courses Automation Tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng AutoFresco

Tải xuống các tệp mở rộng AutoFresco dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoFresco AutoFresco
ID eenbcnfjlldpokpogobjhalenbkklllj
URL Chính Thức https://chromewebstore.google.com/detail/autofresco/eenbcnfjlldpokpogobjhalenbkklllj
Mô tả Fresco Courses Automation Tool
Kích Thước Tệp 10.92 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2020-06-22
Ngày Phát Hành 2020-06-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Bhaskar Verma
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}