Drive Bookmark

Map your Google drive to bookmark for easy access.

Vad är Drive Bookmark?

Drive Bookmark är en Chrome-tillägg utvecklad av 120Studio, och dess huvudfunktion är "Map your Google drive to bookmark for easy access.".

Tilläggsskärmbilder

screenshot

Ladda ner Drive Bookmark-förlängningens CRX-fil

Ladda ner Drive Bookmark-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Drive Bookmark Drive Bookmark
ID gailnkgbkabnclnnponepghblkbjgkfl
Officiell webbadress https://chromewebstore.google.com/detail/drive-bookmark/gailnkgbkabnclnnponepghblkbjgkfl
Beskrivning Map your Google drive to bookmark for easy access.
Filstorlek 593 KB
Antal Installationer 206
Aktuell Version 1.0.2
Senast Uppdaterad 2018-12-16
Publiceringsdatum 2018-12-15
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare 120Studio
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://120studio.github.io/120home/drivemark.html
Hjälpsida URL https://120studio.github.io/120home/drivemark.html
URL till Sekretesspolicy Sidan https://120studio.github.io/120home/privacy.html
Stödda Språk 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"
        ]
    }
}