Discount Code Finder
Automatically find discount codes for the sites you're visiting!
Discount Code Finderคืออะไร?
Discount Code Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.voucherhit.co.uk และคุณลักษณะหลักของมันคือ "Automatically find discount codes for the sites you're visiting!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discount Code Finder
ดาวน์โหลดไฟล์ส่วนขยาย Discount Code Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visit the stores you love and find great discount codes and deals automatically from Chrome!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gphhbidkollbkiflljmlgkdafceahjcp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp |
คำอธิบาย | Automatically find discount codes for the sites you're visiting! |
ขนาดไฟล์ | 45.31 KB |
จำนวนการติดตั้ง | 181 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-01-13 |
วันที่เผยแพร่ | 2017-01-13 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.voucherhit.co.uk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.voucherhit.co.uk |
URL หน้านโยบายความเป็นส่วนตัว | http://www.discountcodehunter.co.uk/privacy.php |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discount Code Finder", "description": "Automatically find discount codes for the sites you're visiting!", "version": "1.1", "offline_enabled": true, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "page_action": { "default_title": "DealFeed", "default_popup": "popup.html" } } |