Gmail™ Quick Search

Search as you Type on the first page of mail.

Gmail™ Quick Search क्या है?

Gmail™ Quick Search Ross Williamson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search as you Type on the first page of mail."।

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

screenshot

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

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

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

                        Quickly filter your first page of email in Gmail.

Results update live as you type.

Lost an email in your first page? This will help you find it more quickly than doing a full search.

Similar to "filter" in other services.

*Only works in the new, 2018, Gmail interface.                    

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

नाम Gmail™ Quick Search Gmail™ Quick Search
ID hpdhojdopoiihejkhampddgdaibfmfhc
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-quick-search/hpdhojdopoiihejkhampddgdaibfmfhc
विवरण Search as you Type on the first page of mail.
फ़ाइल का आकार 348 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.4
अंतिम अपडेट 2018-07-01
प्रकाशन तिथि 2018-07-01
डेवलपर Ross Williamson
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail\u2122 Quick Search",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Search as you Type on the first page of mail.",
    "icons": {
        "48": "images\/mail-search-48.png",
        "128": "images\/mail-search-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "https:\/\/mail.google.com\/"
    ],
    "web_accessible_resources": [
        "js\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/quicksearch.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}