Application Launcher For Drive (by Google)

Open Drive files directly from your browser in compatible applications installed on your computer.

Application Launcher For Drive (by Google)란 무엇입니까?

Application Launcher For Drive (by Google)은(는) https://google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Drive files directly from your browser in compatible applications installed on your computer."입니다.

확장 프로그램 스크린샷

screenshot

Application Launcher For Drive (by Google) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension from Google lets you open Drive files directly from your browser in compatible applications installed on your computer. Start by installing Google Drive for Mac/PC then simply right-click on the file from Google Drive and select “Open with” to see a list of applications on your computer that can open it.

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

확장 프로그램 기본 정보

이름 Application Launcher For Drive (by Google) Application Launcher For Drive (by Google)
ID lmjegmlicamnimmfhcmpkclmigmmcbeh
공식 URL https://chromewebstore.google.com/detail/application-launcher-for/lmjegmlicamnimmfhcmpkclmigmmcbeh
설명 Open Drive files directly from your browser in compatible applications installed on your computer.
파일 크기 108 KB
설치 횟수 84,000,000
현재 버전 3.5
최근 업데이트 2023-08-08
출시 날짜 2023-01-04
평점 2.86/5 총 2054 개의 평점
개발자 https://google.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.google.com/policies/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background_compiled.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/drive-sync128.png",
            "16": "images\/drive-sync16.png",
            "256": "images\/drive-sync256.png",
            "64": "images\/drive-sync64.png"
        }
    },
    "default_locale": "en_US",
    "description": "__MSG_extensionDescription__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "icons": {
        "16": "images\/drive-sync16.png",
        "64": "images\/drive-sync64.png",
        "128": "images\/drive-sync128.png",
        "256": "images\/drive-sync256.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "natively_connectable": [
        "com.google.drive.nativeproxy"
    ],
    "permissions": [
        "nativeMessaging",
        "https:\/\/docs.google.com\/*",
        "https:\/\/drive.google.com\/*"
    ],
    "short_name": "__MSG_extensionShortName__",
    "version": "3.5",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}