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