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

Co to jest Item Price History - LeBonCoin?

Item Price History - LeBonCoin to rozszerzenie Chrome opracowane przez OptiPanda, a jego główną funkcją jest „Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Item Price History - LeBonCoin

Pobierz pliki rozszerzeń Item Price History - LeBonCoin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Item Price History - LeBonCoin Item Price History - LeBonCoin
ID fcidkhdnnclgekjnmgpohmejgpfanpdj
Oficjalny URL https://chromewebstore.google.com/detail/item-price-history-lebonc/fcidkhdnnclgekjnmgpohmejgpfanpdj
Opis Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne
Rozmiar pliku 20.36 KB
Liczba instalacji 148
Aktualna Wersja 2.1.2.38
Ostatnia Aktualizacja 2024-02-02
Data Publikacji 2023-10-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper OptiPanda
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/OptiPanda/lbc_old_price
Adres URL Strony Pomocy https://github.com/OptiPanda/lbc_old_price
Obsługiwane Języki 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"
            ]
        }
    ]
}