Qmee

Qmee rewards you for the searches you do everyday.

Qmee란 무엇입니까?

Qmee은(는) https://qmee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Qmee rewards you for the searches you do everyday."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Qmee 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}