gScholar

gScholar - FB - Ext,SS Fix

gScholar란 무엇입니까?

gScholar은(는) Promevo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "gScholar - FB - Ext,SS Fix"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

gScholar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*;"
}