Branded Surveys
Branded Surveys offers our users opportunities to earn cash and other prizes by completing online surveys.
Branded Surveysคืออะไร?
Branded Surveys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DDMR และคุณลักษณะหลักของมันคือ "Branded Surveys offers our users opportunities to earn cash and other prizes by completing online surveys."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Branded Surveys
ดาวน์โหลดไฟล์ส่วนขยาย Branded Surveys ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |