Item Price History - LeBonCoin

Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne

Item Price History - LeBonCoinとは何ですか?

Item Price History - LeBonCoinはOptiPandaによって開発されたChromeの拡張機能で、その主な機能は「Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Item Price History - LeBonCoin拡張機能のCRXファイルをダウンロード

Item Price History - LeBonCoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension permettant d'afficher sur le site LeBonCoin quand une baisse de prix est signalée :
- L'ancien prix de vente d'un article
- La date d'origine de l'annonce                    

拡張機能の基本情報

名前 Item Price History - LeBonCoin Item Price History - LeBonCoin
ID fcidkhdnnclgekjnmgpohmejgpfanpdj
公式URL https://chromewebstore.google.com/detail/item-price-history-lebonc/fcidkhdnnclgekjnmgpohmejgpfanpdj
説明 Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne
ファイルサイズ 20.36 KB
インストール数 148
現在のバージョン 2.1.2.38
最終更新日 2024-02-02
公開日 2023-10-05
評価 5.00/5 合計 4 レビュー
開発者 OptiPanda
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/OptiPanda/lbc_old_price
ヘルプページのURL https://github.com/OptiPanda/lbc_old_price
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Item Price History - LeBonCoin",
    "version": "2.1.2.38",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.leboncoin.fr\/*"
    ],
    "description": "Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne",
    "homepage_url": "https:\/\/github.com\/OptiPanda\/lbc_old_price",
    "icons": {
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.leboncoin.fr\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}