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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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