GradeCam Helper

Used in conjunction with the GradeCam plugin to enable the teacher gradebook transfer feature. See http://gradecam.com

GradeCam Helperคืออะไร?

GradeCam Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gradecam.com และคุณลักษณะหลักของมันคือ "Used in conjunction with the GradeCam plugin to enable the teacher gradebook transfer feature. See http://gradecam.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GradeCam Helper

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

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

                        About GradeCam Helper

When used together with an application utilizing GradeCam, GradeCam Helper enables users to transfer scores into any online gradebook.

NOTE: GradeCam Helper only works in conjunction with supporting applications. It is not a standalone extension.

If you need support please do not request it using feedback on this extension -- this is just a helper which enables other functionality. If you are using GradeCam Go! you can get support from https://gradecam.zendesk.com and if you are using another system which uses GradeCam please contact them for support.

--------------------------------------

Privacy Policy for GradeCam Helper

GradeCam Helper works together with the GradeCam SDK to add score transfer capability to your online gradebook. Using GradeCam Helper does not require any additional user data, and no private information is collected or shared by this add-on.

In order to maximize gradebook compatibility and provide support when customer issues arise, GradeCam Helper does collect the method used (e.g. copy-paste or a hotkey like F8) and basic browser information along with the domain name of your gradebook when scores are transferred.                    

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

ชื่อ GradeCam Helper GradeCam Helper
ID lghkdmpjndggpffgahogcopicpednbgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gradecam-helper/lghkdmpjndggpffgahogcopicpednbgm
คำอธิบาย Used in conjunction with the GradeCam plugin to enable the teacher gradebook transfer feature. See http://gradecam.com
ขนาดไฟล์ 2.7 MB
จำนวนการติดตั้ง 156,144
เวอร์ชันปัจจุบัน 2.4.4
อัปเดตครั้งล่าสุด 2023-10-06
วันที่เผยแพร่ 2020-01-17
คะแนน 2.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://gradecam.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://downloads.gradecam.com
URL หน้าช่วยเหลือ https://gradecam.zendesk.com
URL หน้านโยบายความเป็นส่วนตัว https://gradecam.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GradeCam Helper",
    "version": "2.4.4",
    "manifest_version": 3,
    "description": "Used in conjunction with the GradeCam plugin to enable the teacher gradebook transfer feature. See http:\/\/gradecam.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmWpwx4JFP2CIQ1WDXcErc2ydANoesNYWyRuQ04gH3ZHCKIww5ZZKJU3OxxJYqrn+qAdxIW65dkI01UA8Pn3o7YPKmYgIf3gU1Xn4dn+gnHnfD2mvBEiYDycrDRawYFchK2xLzBQv2z\/p0flaUlkcNcXPnTRohXJJUhWvZ1lssHoOuWqeKwbbimQGIksWVAzfOmfN2IdmNgLSs7qZfNWus6lZMYC1A+1Obi31QcxeQLiGKSOKGg+OPwXKmm63JRSECmlNd56oXnelaCpO4OY8vNH4NtztW8vZJtoAe0TfQcObHdC+HEWy\/l51yf88R3usz5uKQXeRBfdaewVZhz41oQIDAQAB",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "nativeMessaging",
        "storage",
        "contextMenus"
    ]
}

ส่วนขยายที่เกี่ยวข้อง