RebateCodes
RebateCodes official extension
RebateCodesとは何ですか?
RebateCodesはhttps://www.rebatecodes.comによって開発されたChromeの拡張機能で、その主な機能は「RebateCodes official extension」です。
拡張機能のスクリーンショット
RebateCodes拡張機能のCRXファイルをダウンロード
RebateCodes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | RebateCodes |
ID | nmfcnbhpiebplkoihdjmogocgcfpgopj |
公式URL | https://chromewebstore.google.com/detail/rebatecodes/nmfcnbhpiebplkoihdjmogocgcfpgopj |
説明 | RebateCodes official extension |
ファイルサイズ | 59.59 KB |
インストール数 | 184 |
現在のバージョン | 1.2 |
最終更新日 | 2016-09-21 |
公開日 | 2016-09-21 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://www.rebatecodes.com |
支払い方法 | free |
対応言語 | 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" ] } |