Drive Bookmark

Map your Google drive to bookmark for easy access.

Wat is Drive Bookmark?

Drive Bookmark is een Chrome-extensie ontwikkeld door 120Studio, en de belangrijkste functie is "Map your Google drive to bookmark for easy access.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Drive Bookmark

Download Drive Bookmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Drive Bookmark Drive Bookmark
ID gailnkgbkabnclnnponepghblkbjgkfl
Officiële URL https://chromewebstore.google.com/detail/drive-bookmark/gailnkgbkabnclnnponepghblkbjgkfl
Beschrijving Map your Google drive to bookmark for easy access.
Bestandsgrootte 593 KB
Aantal Installaties 206
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-12-16
Publicatiedatum 2018-12-15
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar 120Studio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://120studio.github.io/120home/drivemark.html
Help Pagina-URL https://120studio.github.io/120home/drivemark.html
URL van de Privacybeleid Pagina https://120studio.github.io/120home/privacy.html
Ondersteunde Talen 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"
        ]
    }
}