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是由http://clubic.com开发的Chrome扩展程序,该扩展的主要功能是“« Clubic Bons Plans » compare les prix automatiquement lorsque vous surfez sur la page d’un produit chez un e-marchand.”。
扩展截图
下载Clubic Bons Plans扩展crx文件
下载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:\/\/*\/*" ] } |