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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open Drive files directly from your browser in compatible applications installed on your computer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Application Launcher For Drive (by Google) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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]"
    }
}