RebateCodes
RebateCodes official extension
RebateCodes क्या है?
RebateCodes https://www.rebatecodes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RebateCodes official extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RebateCodes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |