MyPoints Score
Score alerts you to Point-earning opportunities and coupon codes when you shop. Score does the work. You get the savings.
Vad är MyPoints Score?
MyPoints Score är en Chrome-tillägg utvecklad av https://www.mypoints.com, och dess huvudfunktion är "Score alerts you to Point-earning opportunities and coupon codes when you shop. Score does the work. You get the savings.".
Tilläggsskärmbilder
Ladda ner MyPoints Score-förlängningens CRX-fil
Ladda ner MyPoints Score-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Save your time and money when shopping online, and never miss a cash back rewards opportunity with MyPoints Score! GET CASH BACK REWARDS WHEN SHOPPING ONLINE Get cash back rewards through thousands of participating retailers with the simple click of a button. Score! notifies you if the site you are visiting offers cash back rewards. AUTOMATICALLY APPLY COUPON CODES Receive alerts when valid coupon codes are available and automatically apply the best coupon codes at checkout. GET MORE CASH BACK REWARDS WITH SURVEYS Get paid for giving your opinion when you are matched with exclusive paid survey opportunities DISCOVER ADDITIONAL WAYS TO GET CASH BACK REWARDS View more cash back reward opportunities from featured retailers. By installing Score!, you agree to the MyPoints Privacy Policy (https://www.prodege.com/privacy-policy/), and Terms of Use (https://www.prodege.com/terms-of-use/). You also acknowledge our Advertising Disclosure (https://www.prodege.com/advertising-disclosure/).
Grundläggande Information om Tillägg
Namn | MyPoints Score |
ID | mcglgmippekbdbmniknikdgkmnnpdnmh |
Officiell webbadress | https://chromewebstore.google.com/detail/mypoints-score/mcglgmippekbdbmniknikdgkmnnpdnmh |
Beskrivning | Score alerts you to Point-earning opportunities and coupon codes when you shop. Score does the work. You get the savings. |
Filstorlek | 2.15 MB |
Antal Installationer | 74,522 |
Aktuell Version | 10.10.7.2671 |
Senast Uppdaterad | 2024-01-29 |
Publiceringsdatum | 2020-06-06 |
Betyg | 4.16/5 Totalt 1029 Betyg |
Utvecklare | https://www.mypoints.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.mypoints.com/download-score |
Hjälpsida URL | http://help.mypoints.com/hc/en-us |
URL till Sekretesspolicy Sidan | https://www.prodege.com/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "64": "assets\/icons\/64.png", "128": "assets\/icons\/128.png" }, "browser_action": { "default_icon": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "64": "assets\/icons\/64.png", "128": "assets\/icons\/128.png" }, "default_title": "MyPoints Score", "default_popup": "\/index.html?page=popup" }, "permissions": [ "tabs", "alarms", "storage", "cookies", "webRequest", "webNavigation", "http:\/\/*\/", "https:\/\/*\/", "unlimitedStorage" ], "background": { "page": "\/index.html?page=background", "persistent": true }, "content_security_policy": "script-src 'self' ; object-src 'self'", "web_accessible_resources": [ "assets\/icons\/*", "assets\/images\/*", "assets\/fonts\/*", "assets\/redesign\/*", "injections\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "browser-api-content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "version": "400.10.7.2671", "name": "MyPoints Score", "description": "__MSG_manifest_description__", "optional_permissions": [ "notifications" ], "default_locale": "en", "version_name": "10.10.7.2671" } |