NADApoints
NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.
NADApoints là gì?
NADApoints là một tiện ích mở rộng Chrome được phát triển bởi https://nadapoints.com, và tính năng chính của nó là "NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NADApoints
Tải xuống các tệp mở rộng NADApoints dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
NADApoints is a new way to earn while watching videos across the web. Redeem your NADApoints for gift cards to your favorite retailer and, soon, to your monthly cell phone bill. - Watch videos on a variety of sites. - Earn points while watching those videos. - Spend points on stuff you actually want! Seriously — we pay you to engage with our great videos! Start today!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jiefopmfpckhepmekdpnbgohgpeibadd |
URL Chính Thức | https://chrome.google.com/webstore/detail/nadapoints/jiefopmfpckhepmekdpnbgohgpeibadd |
Mô tả | NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 256 |
Phiên Bản Hiện Tại | 2017.3.12650 |
Cập Nhật Lần Cuối | 2017-03-08 |
Ngày Phát Hành | 2017-03-08 |
Đánh Giá | 4.23/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | https://nadapoints.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.nadapoints.com |
URL Trang Trợ Giúp | https://nadamobile.zendesk.com/hc/en-us/ |
URL Trang Chính Sách Bảo Mật | http://info.nadamobile.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NADApoints", "version": "2017.3.12650", "description": "NADApoints allows you to earn while surfing the web and redeem for gift cards at your favorite retailers.", "icons": { "192": "images\/icon.png" }, "homepage_url": "http:\/\/www.nadapoints.com", "background": { "scripts": [ "javascripts\/jquery-3.1.0.min.js", "javascripts\/nada_config.js", "javascripts\/oauth.js", "javascripts\/nada_api.js", "javascripts\/nada_user.js", "javascripts\/nada_ui.js", "javascripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "javascripts\/jquery-3.1.0.min.js", "javascripts\/content.js" ] }, { "matches": [ "*:\/\/*.nadamobile.com\/*", "*:\/\/*.nadapoints.com\/*", "*:\/\/*.nadamovietrailers.com\/*", "*:\/\/*.fameapp.io\/*", "*:\/\/*.catscatscats.co\/*", "*:\/\/*.nada-mobile.com\/*", "*:\/\/*.local21.news\/*", "*:\/\/*.movietrailers.watch\/*" ], "js": [ "javascripts\/installed.js" ] } ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "NADApoints", "default_popup": "popup.html" }, "permissions": [ "identity", "storage", "http:\/\/www.nadamobile.com\/*", "http:\/\/*.fameapp.io\/*", "http:\/\/www.nadamovietrailers.com\/*", "https:\/\/nadapoints.com\/*", "http:\/\/www.catscatscats.co\/*", "http:\/\/www.nada-mobile.com\/*", "http:\/\/www.local21.news\/*", "http:\/\/movietrailers.watch\/*" ], "web_accessible_resources": [ "templates\/*.html" ], "externally_connectable": { "matches": [ "*:\/\/*.nadamobile.com\/*", "*:\/\/*.fameapp.io\/*", "*:\/\/*.nadamovietrailers.com\/*", "*:\/\/*.catscatscats.co\/*", "*:\/\/*.nada-mobile.com\/*", "*:\/\/*.local21.news\/*", "*:\/\/*.movietrailers.watch\/*" ] } } |