Clubic Bons Plans
« Clubic Bons Plans » compare les prix automatiquement lorsque vous surfez sur la page d’un produit chez un e-marchand.
Clubic Bons Plansคืออะไร?
Clubic Bons Plans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://clubic.com และคุณลักษณะหลักของมันคือ "« Clubic Bons Plans » compare les prix automatiquement lorsque vous surfez sur la page d’un produit chez un e-marchand."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clubic Bons Plans
ดาวน์โหลดไฟล์ส่วนขยาย Clubic Bons Plans ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
« Clubic Bons Plans » supporte plus de 1200 marchands en France (Parmi lesquels : Amazon, Darty, La Redoute, Auchan, PriceMinister, RueDuCommerce, Materiel.net, Conforama, Ubaldi, Pixmania, Grosbill, Micromania, La Fnac, Boulanger,etc). La barre de comparaison de prix ne s’affiche uniquement lorsque vous êtes sur la page d’un produit chez un e-marchand, vous profitez ainsi de la comparaison de prix automatique sans dispositif intrusif. Ne ratez plus une bonne affaire grâce aux notifications des #BonsPlans Clubic en temps réel !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cimkngfgknfjjgkebhifadphfcajlgnj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clubic-bons-plans/cimkngfgknfjjgkebhifadphfcajlgnj |
คำอธิบาย | « Clubic Bons Plans » compare les prix automatiquement lorsque vous surfez sur la page d’un produit chez un e-marchand. |
ขนาดไฟล์ | 51.12 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2016-01-05 |
วันที่เผยแพร่ | 2016-01-05 |
คะแนน | 4.27/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | http://clubic.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://bonsplans.clubic.com |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "26", "name": "Clubic Bons Plans", "short_name": "Clubic.com", "version": "0.9", "description": "\u00ab Clubic Bons Plans \u00bb compare les prix automatiquement lorsque vous surfez sur la page d\u2019un produit chez un e-marchand.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "Clubic", "default_icon": "icon.png", "default_popup": "options.html" }, "author": "Sourcefully.com", "background": { "scripts": [ "js\/shoptimate-core.js", "js\/shoptimate-gcm.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage", "notifications", "webNavigation", "gcm", "http:\/\/api.shoptimate.com\/*", "https:\/\/api.shoptimate.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } |