Qmee

Qmee rewards you for the searches you do everyday.

Qmee क्या है?

Qmee https://qmee.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Qmee rewards you for the searches you do everyday."।

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

screenshot
screenshot

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

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

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

                        Extra results with cash rewards appear when you search, because you deserve a little back for your attention and interest. Add them up and you could be paying for the things you like to do online.

The Qmee app only operates when you have signed up to the Qmee service and agreed to the terms and conditions. If you do not wish to sign up the app will not operate or send any data.

More information about how we collect and process your data is available in our privacy policy (https://www.qmee.com/privacy_policy) and privacy promise (https://www.qmee.com/privacy_promise).

As part of its normal operation the app sends some personal user data.

The app sends us your search terms and product views across major search engines, major retail sites and other sites with search functionality so that we can display additional relevant search results.
If you click on a Qmee result the app will send browsing activity, limited to web page address, on only the target site and for a limited time so that we can ensure that we reward users who have a real interest in the search result.
All communication between the Qmee app and our servers is encrypted.
We do not track any other browsing activity.                    

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

नाम Qmee Qmee
ID mbaanpgkpkoamihninlcegnjclcpibde
आधिकारिक URL https://chromewebstore.google.com/detail/qmee/mbaanpgkpkoamihninlcegnjclcpibde
विवरण Qmee rewards you for the searches you do everyday.
फ़ाइल का आकार 448 KB
स्थापना संख्या 59,128
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2019-04-01
प्रकाशन तिथि 2019-04-01
रेटिंग 3.49/5 कुल 329 रेटिंग्स
डेवलपर https://qmee.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.qmee.com
सहायता पृष्ठ URL https://www.qmee.com/faq
गोपनीयता नीति पृष्ठ URL https://www.qmee.com/privacy_policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qmee",
    "version": "3.0.0",
    "description": "Qmee rewards you for the searches you do everyday.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "views\/background.html"
    },
    "web_accessible_resources": [
        "views\/sidebar_template.html"
    ],
    "permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}