Latest Deals
Find deals and discount codes for your favourite shops
Latest Dealsคืออะไร?
Latest Deals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://latestdeals.co.uk และคุณลักษณะหลักของมันคือ "Find deals and discount codes for your favourite shops"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latest Deals
ดาวน์โหลดไฟล์ส่วนขยาย Latest Deals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Latest Deals extension automatically highlights deals and voucher codes whilst you shop. A discrete prompt will appear when visiting your favourite retailers indicating how many offers or coupons are available. Clicking on the prompt will open a popup detailing the various discounts, promo codes, savings and sales available for the specific website or shop you're visiting. The Latest Deals extension works with thousands of UK retailers and is completely free to use and install. The extension is a great alternative to Pouch, Honey and VoucherCodes' DealFinder. Whilst other extensions often specialise in voucher codes, Latest Deals is fortunate enough to have a community of over 2 million bargain hunters who regularly share the best deals and sales they've found. You can access all of these straight from your browser with this extension. Whether you're hunting for a deal for Black Friday, a Christmas Gift or Birthday Gift or just something to treat yourself please do give our extension a try!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Latest Deals |
ID | ehllaigpicpkadibmagdgblfdlfeeahf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/latest-deals/ehllaigpicpkadibmagdgblfdlfeeahf |
คำอธิบาย | Find deals and discount codes for your favourite shops |
ขนาดไฟล์ | 40.56 KB |
จำนวนการติดตั้ง | 2,267 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-03-02 |
วันที่เผยแพร่ | 2023-03-02 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://latestdeals.co.uk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.latestdeals.co.uk |
URL หน้าช่วยเหลือ | https://www.latestdeals.co.uk/help |
URL หน้านโยบายความเป็นส่วนตัว | https://www.latestdeals.co.uk/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest Deals", "version": "1.0.4", "icons": { "16": "assets\/icons\/16x16-active.png", "48": "assets\/icons\/48x48-active.png", "128": "assets\/icons\/128x128-active.png" }, "description": "Find deals and discount codes for your favourite shops", "homepage_url": "https:\/\/www.latestdeals.co.uk\/browser-extension", "short_name": "Latest Deals", "permissions": [ "activeTab", "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "author": "Latest Deals Limited", "minimum_chrome_version": "49", "web_accessible_resources": [ "popup.html", "action.html", "css\/content.css", "assets\/lightning.png", "assets\/logo.png" ], "browser_action": { "default_icon": { "16": "assets\/icons\/16x16-active.png", "48": "assets\/icons\/48x48-active.png", "128": "assets\/icons\/128x128-active.png" }, "default_title": "Latest Deals", "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.bundle.js" ] } ] } |