Drive Bookmark

Map your Google drive to bookmark for easy access.

Was ist Drive Bookmark?

Drive Bookmark ist eine Chrome-Erweiterung, die von 120Studio entwickelt wurde, und ihr Hauptmerkmal ist "Map your Google drive to bookmark for easy access.".

Erweiterungsscreenshots

screenshot

Drive Bookmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Drive Bookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Drive Bookmark Drive Bookmark
ID gailnkgbkabnclnnponepghblkbjgkfl
Offizielle URL https://chromewebstore.google.com/detail/drive-bookmark/gailnkgbkabnclnnponepghblkbjgkfl
Beschreibung Map your Google drive to bookmark for easy access.
Dateigröße 593 KB
Installationsanzahl 206
Aktuelle Version 1.0.2
Letztes Update 2018-12-16
Veröffentlichungsdatum 2018-12-15
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler 120Studio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://120studio.github.io/120home/drivemark.html
Hilfeseite URL https://120studio.github.io/120home/drivemark.html
URL der Datenschutzrichtlinien-Seite https://120studio.github.io/120home/privacy.html
Unterstützte Sprachen 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"
        ]
    }
}