RebateCodes
RebateCodes official extension
ما هو RebateCodes؟
RebateCodes هو إضافة Chrome تم تطويرها بواسطة https://www.rebatecodes.com، والميزة الرئيسية لها هي "RebateCodes official extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RebateCodes
قم بتنزيل ملفات الامتداد RebateCodes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |