Drive Bookmark
Map your Google drive to bookmark for easy access.
Co to jest Drive Bookmark?
Drive Bookmark to rozszerzenie Chrome opracowane przez 120Studio, a jego główną funkcją jest „Map your Google drive to bookmark for easy access.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Drive Bookmark
Pobierz pliki rozszerzeń Drive Bookmark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Drive Bookmark |
ID | gailnkgbkabnclnnponepghblkbjgkfl |
Oficjalny URL | https://chromewebstore.google.com/detail/drive-bookmark/gailnkgbkabnclnnponepghblkbjgkfl |
Opis | Map your Google drive to bookmark for easy access. |
Rozmiar pliku | 593 KB |
Liczba instalacji | 206 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2018-12-16 |
Data Publikacji | 2018-12-15 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | 120Studio |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://120studio.github.io/120home/drivemark.html |
Adres URL Strony Pomocy | https://120studio.github.io/120home/drivemark.html |
Adres URL Strony Polityki Prywatności | https://120studio.github.io/120home/privacy.html |
Obsługiwane Języki | 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" ] } } |