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 |
| Eメール | [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"
}
} | |