RebateCodes
RebateCodes official extension
RebateCodesคืออะไร?
RebateCodes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rebatecodes.com และคุณลักษณะหลักของมันคือ "RebateCodes official extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RebateCodes
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |