Proctorio-B-Gone

This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…

Proctorio-B-Goneคืออะไร?

Proctorio-B-Gone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proctorio-B-Gone

ดาวน์โหลดไฟล์ส่วนขยาย Proctorio-B-Gone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done taking their proctored exam in the Canvas LMS.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Proctorio-B-Gone Proctorio-B-Gone
ID gohnaeiejimgpgoaoehhocepoeafppeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo
คำอธิบาย This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
ขนาดไฟล์ 3.97 KB
จำนวนการติดตั้ง 1,186
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-11-26
วันที่เผยแพร่ 2021-11-26
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proctorio-B-Gone",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}