Checker Plus for Google Drive™

Quickly browse your Google Drive files without opening a webpage and get notifications of modifications to your shared documents

Checker Plus for Google Drive™ क्या है?

Checker Plus for Google Drive™ https://jasonsavard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly browse your Google Drive files without opening a webpage and get notifications of modifications to your shared documents"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Checker Plus for Google Drive™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        • Browse, open, search or delete your files and documents right from a browser button (without waiting for Google Drive's page to open)

• Get desktop notifications when any of your files/documents are modified or updated by a shared user

• Supports push notifications

Click "Website" or visit jasonsavard.com for more info.

Changelog: https://jasonsavard.com/wiki/Checker_Plus_for_Google_Drive_changelog                    

एक्सटेंशन की मूल जानकारी

नाम Checker Plus for Google Drive™ Checker Plus for Google Drive™
ID pppfmbnpgflleackdcojndfgpiboghga
आधिकारिक URL https://chromewebstore.google.com/detail/checker-plus-for-google-d/pppfmbnpgflleackdcojndfgpiboghga
विवरण Quickly browse your Google Drive files without opening a webpage and get notifications of modifications to your shared documents
फ़ाइल का आकार 1.57 MB
स्थापना संख्या 42,660
वर्तमान संस्करण 9.5
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2020-06-29
रेटिंग 4.39/5 कुल 236 रेटिंग्स
डेवलपर https://jasonsavard.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://jasonsavard.com
सहायता पृष्ठ URL https://jasonsavard.com/wiki/Checker_Plus_for_Google_Drive
गोपनीयता नीति पृष्ठ URL https://jasonsavard.com/wiki/Permissions_and_privacy
समर्थित भाषाएँ de,en,en-GB,fr,tr,es,es-419,it,hu,pl,pt-BR,pt-PT,sr,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checker Plus for Google Drive\u2122",
    "description": "__MSG_description__",
    "version": "9.5",
    "homepage_url": "https:\/\/jasonsavard.com?ref=homepage_url&ext=drive",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "\/images\/buttonIcons\/default.png",
        "default_title": "Checker Plus for Google Drive\u2122",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/icon19.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "permissions": [
        "alarms",
        "idle",
        "storage",
        "notifications",
        "contextMenus",
        "gcm",
        "identity",
        "system.display",
        "offscreen"
    ],
    "optional_permissions": [
        "background"
    ],
    "optional_host_permissions": [
        "*:\/\/*.googleusercontent.com\/*",
        "https:\/\/docs.google.com\/"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "oauth2": {
        "client_id": "305496705996-m5ifabehp2g7t5bv9n94m491flmbngv6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "contribute.html"
            ],
            "matches": [
                "https:\/\/jasonsavard.com\/*",
                "https:\/\/checkout.stripe.com\/*",
                "https:\/\/www.paypal.com\/*",
                "https:\/\/commerce.coinbase.com\/*"
            ]
        },
        {
            "resources": [
                "oauth2callback.html"
            ],
            "matches": [
                "https:\/\/accounts.google.com\/*"
            ]
        }
    ]
}