UpVoice
This extension allows you to earn rewards just for being you!
UpVoice란 무엇입니까?
UpVoice은(는) UpVoice Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to earn rewards just for being you!"입니다.
확장 프로그램 스크린샷
UpVoice 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Earn gift cards for browsing the social media sites you visit anyway! Get your first $5 immediately! Join the UpVoice research community by adding the UpVoice extension and earn points daily by visiting supported social media sites, like Facebook, Twitter, YouTube, LinkedIn, and Amazon. While you browse, we anonymously collect data about the ads you see and then reward you with points every day. The points you earn can then be redeemed for gift cards. Sounds simple? It is! UpVoice is part of a market research firm with high standards for privacy and data security. For more information, please visit joinupvoice.com/privacy and joinupvoice.com/faq. If you have any questions, please contact us at [email protected]. For more details please visit www.joinupvoice.com.
확장 프로그램 기본 정보
이름 | |
ID | igffacinpjkinncgnkmfpiocbmgbehem |
공식 URL | https://chrome.google.com/webstore/detail/upvoice/igffacinpjkinncgnkmfpiocbmgbehem |
설명 | This extension allows you to earn rewards just for being you! |
파일 크기 | 666 KB |
설치 횟수 | 20,000 |
현재 버전 | 2.10.1490 |
최근 업데이트 | 2022-05-22 |
출시 날짜 | 2020-10-12 |
평점 | 3.12/5 총 50 개의 평점 |
개발자 | UpVoice Team |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.joinupvoice.com/ |
개인정보 보호 정책 페이지 URL | https://privacy.joinupvoice.com/privacy_policy.pdf |
지원되는 언어 | en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "2.10.1490", "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "webRequest", "webRequestBlocking", "cookies", "*:\/\/localhost\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.joinupvoice.com\/*", "*:\/\/paid-panel-develop.herokuapp.com\/*", "*:\/\/paid-panel-app.herokuapp.com\/*" ], "options_page": "options.html", "content_security_policy": "script-src 'self' http:\/\/localhost:8097 https:\/\/cdn.syndication.twimg.com https:\/\/platform.twitter.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/connect.facebook.net; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "icons": { "128": ".\/assets\/icon.png" }, "content_scripts": [ { "match_about_blank": false, "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*", "http:\/\/www.linkedin.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/www.pinterest.com\/*" ], "js": [ "contentDocumentStart.js" ], "run_at": "document_start", "all_frames": false }, { "match_about_blank": false, "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.pinterest.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2, "minimum_chrome_version": "70", "browser_action": { "default_icon": ".\/assets\/icon.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/paid-panel-develop.herokuapp.com\/*", "*:\/\/paid-panel-app.herokuapp.com\/*", "*:\/\/develop.joinupvoice.com\/*", "*:\/\/staging.joinupvoice.com\/*", "*:\/\/app.joinupvoice.com\/*" ] } } |