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. 扩展基本信息
| 名称 | |
| 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"
}
} | |