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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CRXcavator Admin helps administrators import their whitelisted extensions from G Suite into CRXcavator. Why a Chrome Extension?…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CRXcavator Admin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" } } |