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?…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
}
} | |