Branded Surveys

Branded Surveys offers our users opportunities to earn cash and other prizes by completing online surveys.

Branded Surveys란 무엇입니까?

Branded Surveys은(는) DDMR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Branded Surveys offers our users opportunities to earn cash and other prizes by completing online surveys."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Branded Surveys uses your behavioral data to bring you relevant market research surveys and offers.

By installing this extension, you grant us the right to collect your personal behavioral data, share it with our affiliated partners, and present you with targeted surveys and offers. You'll be compensated by our partners for completing these surveys.

This extension automatically, anonymously and passively collects:
- What websites you visit and how you interact with them
- What you see on some of these web pages
- Your approximate geographic location
- Other device details, such as your web browser, operating system, and IP address

We disclose this information to our partners for the following reasons:
- Match you to more surveys
- Aid in the improvement of site performance and maintenance
- Assist in developing robust security measures
- Learn and design better online products and services
- Conduct aggregated analysis for market research reports

If you wish to opt out of data collection, you can uninstall the extension and information will no longer be collected, and information won't be collected when you are in incognito mode, unless you expressly enable this extension to run in incognito mode. 

We handle all user data securely, including transmitting it via modern cryptography.                    

확장 프로그램 기본 정보

이름 Branded Surveys Branded Surveys
ID aampkcphaaekknhheckbkdjodgfbflpg
공식 URL https://chrome.google.com/webstore/detail/aampkcphaaekknhheckbkdjodgfbflpg
설명 Branded Surveys offers our users opportunities to earn cash and other prizes by completing online surveys.
파일 크기 247 KB
설치 횟수 158
현재 버전 1.0.276
최근 업데이트 2020-08-26
출시 날짜 2020-06-26
평점 5.00/5 총 4 개의 평점
개발자 DDMR
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ddmr.com/
도움말 페이지 URL https://ddmr.com/privacy-extension
개인정보 보호 정책 페이지 URL https://ddmr.com/privacy-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest",
        "cookies",
        "storage",
        "notifications",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.panelmeasurement.com\/*"
            ],
            "js": [
                "installedContentScript.js",
                "optinTrackingContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/surveys.gobranded.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "content_security_policy": "script-src filesystem: 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Branded Surveys",
    "description": "Branded Surveys offers our users opportunities to earn cash and other prizes by completing online surveys.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Branded Survey",
        "default_popup": "popup\/login\/login.html"
    },
    "version": "1.0.276"
}