Les Bons Achats - Offres Shopping
Les Bons Achats - Offres Shopping
Les Bons Achats - Offres Shoppingとは何ですか?
Les Bons Achats - Offres Shoppingはhttp://www.bonsachats.comによって開発されたChromeの拡張機能で、その主な機能は「Les Bons Achats - Offres Shopping」です。
拡張機能のスクリーンショット
Les Bons Achats - Offres Shopping拡張機能のCRXファイルをダウンロード
Les Bons Achats - Offres Shopping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
L'extension "Les Bons Achats" vous redirige vers des produits affiliés et ouvre des fenêtres de sites marchands pour vous aider à trouver les meilleurs achats sur Internet. Vous trouverez facilement les bons plans pour faciliter vos achats en ligne.
拡張機能の基本情報
名前 | |
ID | ccagdbjfjleeecjhnhgalggdhehpbajm |
公式URL | https://chrome.google.com/webstore/detail/les-bons-achats-offres-sh/ccagdbjfjleeecjhnhgalggdhehpbajm |
説明 | Les Bons Achats - Offres Shopping |
ファイルサイズ | 60.76 KB |
インストール数 | 441 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-12-27 |
公開日 | 2016-12-27 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | http://www.bonsachats.com |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "background": { "scripts": [ "\/js\/OngletWatcher.js", "\/js\/BackendManager.js", "\/js\/URI.min.js", "\/js\/jquery.min.js", "\/js\/background.js" ] }, "description": "Les Bons Achats - Offres Shopping", "icons": { "24": "\/img\/logo-24.png", "128": "\/img\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "manifest_version": 2, "name": "Les Bons Achats - Offres Shopping", "permissions": [ "storage", "tabs", "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |