LBC Checker - Alertes Leboncoin
Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…
LBC Checker - Alertes Leboncoinとは何ですか?
LBC Checker - Alertes LeboncoinはKyldoによって開発されたChromeの拡張機能で、その主な機能は「Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…」です。
拡張機能のスクリーンショット
LBC Checker - Alertes Leboncoin拡張機能のCRXファイルをダウンロード
LBC Checker - Alertes Leboncoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez là et soyez LES PREMIERS NOTIFIÉS dès la mise en ligne d'une nouvelle annonce.
拡張機能の基本情報
名前 | LBC Checker - Alertes Leboncoin |
ID | jlcghcjiphiekdnjfibellmlchiehnda |
公式URL | https://chromewebstore.google.com/detail/lbc-checker-alertes-lebon/jlcghcjiphiekdnjfibellmlchiehnda |
説明 | Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez… |
ファイルサイズ | 649 KB |
インストール数 | 22 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-10-20 |
公開日 | 2019-10-20 |
開発者 | Kyldo |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "LBC Checker", "name": "LBC Checker - Alertes Leboncoin ", "version": "1.0.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/*.leboncoin.fr\/", "webRequest", "webRequestBlocking", "storage", "tabs", "alarms", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.leboncoin.fr\/recherche\/*", "https:\/\/www.leboncoin.fr\/annonces\/offres\/" ], "js": [ "\/tuto\/tuto.js" ] } ], "web_accessible_resources": [ "\/tuto\/*", "\/images\/*" ], "browser_action": { "default_title": "Notilyo Mail", "default_popup": "popup.html", "default_icon": { "16": "images\/octopus.png", "32": "images\/octopus.png", "48": "images\/octopus.png", "128": "images\/octopus.png" } }, "icons": { "16": "images\/octopus.png", "32": "images\/octopus.png", "48": "images\/octopus.png", "128": "images\/octopus.png" } } |