Kijiji History

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

Qu'est-ce que Kijiji History ?

Kijiji History est une extension Chrome développée par scd31dev, et sa fonction principale est "Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kijiji History

Téléchargez les fichiers d'extension Kijiji History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kijiji History Kijiji History
ID knedljbdllojmfcmeafhcknbnkkjicmj
URL Officiel https://chromewebstore.google.com/detail/kijiji-history/knedljbdllojmfcmeafhcknbnkkjicmj
Description Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.
Taille du Fichier 71.88 KB
Nombre d'Installations 169
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-06-18
Date de Publication 2020-06-17
Évaluation 1.00/5 Total 1 Évaluations
Développeur scd31dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.victr.ca
Langues Prises en Charge 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"
    ]
}