Drive Gate

Extension for fast access to Drive folders and files

Drive Gate란 무엇입니까?

Drive Gate은(는) drive.gate.ce에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for fast access to Drive folders and files"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Drive Gate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This chrome extension provides the one click access to your recent Drive files and folders. It saves time and allows you to quickly access the latest files and folders you have used. You can also save the files to a saved list and access them quickly.                    

확장 프로그램 기본 정보

이름 Drive Gate Drive Gate
ID bgamacamkcfldmmfhlonkhfkdkpddbhg
공식 URL https://chromewebstore.google.com/detail/drive-gate/bgamacamkcfldmmfhlonkhfkdkpddbhg
설명 Extension for fast access to Drive folders and files
파일 크기 104 KB
설치 횟수 24
현재 버전 1.5.2
최근 업데이트 2021-01-07
출시 날짜 2020-04-02
평점 5.00/5 총 2 개의 평점
개발자 drive.gate.ce
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drive Gate",
    "description": "Extension for fast access to Drive folders and files",
    "author": "GGDevMan",
    "version": "1.5.2",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Drive Gate"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "1062598236381-tqnhastd1uocpdr7rnjebvgl3lmafusd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
        ]
    }
}