CRXcavator Admin
CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…
什麼是CRXcavator Admin?
CRXcavator Admin是由https://crxcavator.io開發的Chrome擴展程式,該擴展的主要功能是“CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…”。
擴展截圖
下載CRXcavator Admin擴展crx文件
下載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 |
ID | hhpnfblokaflccplojnbofglabpkkfak |
官方網址 | 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" } } |