Drive Bookmark
Map your Google drive to bookmark for easy access.
Cos'è Drive Bookmark?
Drive Bookmark è un'estensione di Chrome sviluppata da 120Studio, e la sua funzione principale è "Map your Google drive to bookmark for easy access.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drive Bookmark
Scarica i file di estensione Drive Bookmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Drive Mark will map your Google drive files to bookmark. It makes you easily access to any files in your drive and team drives. Please refer to https://120studio.github.io/120home/drivemark.html for more detail.
Informazioni di Base sull'Estensione
Nome | Drive Bookmark |
ID | gailnkgbkabnclnnponepghblkbjgkfl |
URL Ufficiale | https://chromewebstore.google.com/detail/drive-bookmark/gailnkgbkabnclnnponepghblkbjgkfl |
Descrizione | Map your Google drive to bookmark for easy access. |
Dimensione del File | 593 KB |
Conteggio Installazioni | 206 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2018-12-16 |
Data di Pubblicazione | 2018-12-15 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | 120Studio |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://120studio.github.io/120home/drivemark.html |
URL della Pagina di Aiuto | https://120studio.github.io/120home/drivemark.html |
URL della Pagina della Politica sulla Privacy | https://120studio.github.io/120home/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drive Bookmark", "description": "Map your Google drive to bookmark for easy access.", "version": "1.0.2", "options_page": "options.html", "browser_action": { "default_icon": "bookmark-16.png" }, "icons": { "16": "bookmark-16.png", "48": "bookmark-48.png", "128": "bookmark-128.png" }, "background": { "scripts": [ "js\/background.js", "js\/vendor.js" ] }, "permissions": [ "identity", "identity.email", "storage", "bookmarks", "tabs", "*:\/\/apis.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com http:\/\/localhost:8097; object-src 'self'", "oauth2": { "client_id": "597462414540-6nqgr603j0ustq902diun46bo9ugihla.apps.googleusercontent.com", "scopes": [ "profile", "https:\/\/www.googleapis.com\/auth\/drive.readonly" ] } } |