CRXcavator Admin

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

CRXcavator Adminคืออะไร?

CRXcavator Admin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crxcavator.io และคุณลักษณะหลักของมันคือ "CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…"

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

screenshot

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

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

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

                        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.                    

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

ชื่อ CRXcavator Admin CRXcavator Admin
ID hhpnfblokaflccplojnbofglabpkkfak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crxcavator-admin/hhpnfblokaflccplojnbofglabpkkfak
คำอธิบาย CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…
ขนาดไฟล์ 3.94 MB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2019-04-15
วันที่เผยแพร่ 2019-04-15
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://crxcavator.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://crxcavator.io
URL หน้าช่วยเหลือ https://crxcavator.io/docs#/crxcavator_admin
URL หน้านโยบายความเป็นส่วนตัว https://duo.com/legal/privacy-notice-services
ภาษาที่รองรับ 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"
    }
}