gScholar

gScholar - FB - Ext,SS Fix

gScholar là gì?

gScholar là một tiện ích mở rộng Chrome được phát triển bởi Promevo, và tính năng chính của nó là "gScholar - FB - Ext,SS Fix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng gScholar

Tải xuống các tệp mở rộng gScholar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 not be visible to those who use the devices.

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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gScholar gScholar
ID hbjmlpadohhdnckadnjfjipdlipacomo
URL Chính Thức https://chrome.google.com/webstore/detail/gscholar/hbjmlpadohhdnckadnjfjipdlipacomo
Mô tả gScholar - FB - Ext,SS Fix
Kích Thước Tệp 57.56 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 9.2.3
Cập Nhật Lần Cuối 2022-04-21
Ngày Phát Hành 2020-05-20
Đánh Giá 1.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Promevo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.promevo.com
URL Trang Trợ Giúp https://sites.google.com/a/promevo.com/chrome-scholar/
Ngôn Ngữ Được Hỗ Trợ 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\/*;"
}