gScholar

gScholar - FB - Ext,SS Fix

gScholarคืออะไร?

gScholar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Promevo และคุณลักษณะหลักของมันคือ "gScholar - FB - Ext,SS Fix"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension coupled with Promevo’s gScholar application from the Google Marketplace enables web tracking, geo-location and real-time alerts for every device that this extension is rolled out to. This extension will also allow for users of devices to ask questions directly to teachers via the “raise hand” feature visible in the upper right hand portion of their Chrome Browser.

To install gScholar for Google Apps & Chrome ( required for this extension ) please go to this link https://www.google.com/enterprise/marketplace/viewListing?productListingId=3021+14712923902958576433 .

Privacy Policy : http://www.promevo.com/policies/promevoprivacypolicy.html                    

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

ชื่อ gScholar gScholar
ID dhjifohoeoecgackaeooglaaeilckjkc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gscholar/dhjifohoeoecgackaeooglaaeilckjkc
คำอธิบาย gScholar - FB - Ext,SS Fix
ขนาดไฟล์ 57.56 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 9.2.3
อัปเดตครั้งล่าสุด 2022-04-21
วันที่เผยแพร่ 2020-05-20
คะแนน 1.21/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Promevo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.promevo.com
URL หน้าช่วยเหลือ https://sites.google.com/a/promevo.com/chrome-scholar/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gScholar",
    "description": "gScholar - FB - Ext,SS Fix",
    "version": "9.2.3",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/www.gstatic.com\/firebasejs\/",
        "https:\/\/apis.google.com\/js\/client.js",
        "https:\/\/promevogscholar.appspot.com\/",
        "identity",
        "identity.email",
        "tabs",
        "activeTab",
        "notifications",
        "idle",
        "geolocation",
        "webNavigation",
        "management",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.11.3.min.js",
            "load.js"
        ]
    },
    "minimum_chrome_version": "34",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/ https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/gpanel-dev-nathan.appspot.com https:\/\/apis.google.com http:\/\/127.0.0.1:8888 https:\/\/promevogscholar.appspot.com https:\/\/gscholar-qa.appspot.com https:\/\/talkgadget.google.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self' https:\/\/promevogscholar.appspot.com https:\/\/talkgadget.google.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com\/*;"
}