RebateCodes
RebateCodes official extension
RebateCodes là gì?
RebateCodes là một tiện ích mở rộng Chrome được phát triển bởi https://www.rebatecodes.com, và tính năng chính của nó là "RebateCodes official extension".
Ả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 RebateCodes
Tải xuống các tệp mở rộng RebateCodes 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
Latest version of our award winning shopping tool. This extension will automatically notify you when surfing pages of stores that offer cashback or rebates. You will never miss earning cashback because you forgot to login or did not know the store offered rebates. Plus, our extension integrates with google search and will supply you cashback information on your search results page....all automatically!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RebateCodes |
ID | nmfcnbhpiebplkoihdjmogocgcfpgopj |
URL Chính Thức | https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj |
Mô tả | RebateCodes official extension |
Kích Thước Tệp | 59.59 KB |
Số Lần Cài Đặt | 184 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-09-21 |
Ngày Phát Hành | 2016-09-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.rebatecodes.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RebateCodes", "description": "RebateCodes official extension", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "offline_enabled": false, "permissions": [ "*:\/\/*\/*", "tabs", "activeTab", "notifications" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "RebateCodes", "default_icon": "icon_38.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "icon_16.png", "logo.png" ] } |