Kijiji History

Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.

Co to jest Kijiji History?

Kijiji History to rozszerzenie Chrome opracowane przez scd31dev, a jego główną funkcją jest „Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kijiji History

Pobierz pliki rozszerzeń Kijiji History 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

                        This extension is designed to provide more information to the Kijiji buyer so that they are able to make a more informed decision about what they're buying. For instance, if an ad has had its price reduced many times, the seller may be more receptive to bargaining than if the price had never been changed.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kijiji History Kijiji History
ID knedljbdllojmfcmeafhcknbnkkjicmj
Oficjalny URL https://chromewebstore.google.com/detail/kijiji-history/knedljbdllojmfcmeafhcknbnkkjicmj
Opis Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.
Rozmiar pliku 71.88 KB
Liczba instalacji 169
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-06-18
Data Publikacji 2020-06-17
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper scd31dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.victr.ca
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kijiji History",
    "version": "1.0.2",
    "description": "Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.",
    "homepage_url": "https:\/\/www.victr.ca",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Ad info",
        "default_popup": "popup\/ad_info.html"
    },
    "permissions": [
        "tabs"
    ]
}