CRXcavator Admin

CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…

CRXcavator Admin là gì?

CRXcavator Admin là một tiện ích mở rộng Chrome được phát triển bởi https://crxcavator.io, và tính năng chính của nó là "CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…".

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

screenshot

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

Tải xuống các tệp mở rộng CRXcavator Admin 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

                        CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator.

Why a Chrome Extension? Unfortunately, Google does not publish any APIs related to Chrome Extensions in G Suite. In order to efficiently get a list of an organizations whitelisted Chrome Extensions, a Chrome Extension that scrapes the data off of the G Suite console itself was the easiest way to go.                    

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

Tên CRXcavator Admin CRXcavator Admin
ID hhpnfblokaflccplojnbofglabpkkfak
URL Chính Thức https://chromewebstore.google.com/detail/crxcavator-admin/hhpnfblokaflccplojnbofglabpkkfak
Mô tả CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…
Kích Thước Tệp 3.94 MB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2019-04-15
Ngày Phát Hành 2019-04-15
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://crxcavator.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crxcavator.io
URL Trang Trợ Giúp https://crxcavator.io/docs#/crxcavator_admin
URL Trang Chính Sách Bảo Mật https://duo.com/legal/privacy-notice-services
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.5",
    "short_name": "CRXcavator Admin",
    "name": "CRXcavator Admin",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "CRXcavator Admin"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/admin.google.com\/*"
            ],
            "js": [
                "content_scripts\/whitelisted_extensions.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "connect-src https:\/\/api.crxcavator.io https:\/\/cognito-identity.us-east-2.amazonaws.com https:\/\/cognito-idp.us-east-2.amazonaws.com; script-src 'self'; object-src 'self';",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}