Kijiji History

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

Τι είναι το Kijiji History;

Το Kijiji History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον scd31dev, και η κύρια λειτουργία του είναι "Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Kijiji History

Λήψη αρχείων επέκτασης Kijiji History σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kijiji History Kijiji History
ID knedljbdllojmfcmeafhcknbnkkjicmj
Επίσημο URL https://chromewebstore.google.com/detail/kijiji-history/knedljbdllojmfcmeafhcknbnkkjicmj
Περιγραφή Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.
Μέγεθος Αρχείου 71.88 KB
Αριθμός Εγκαταστάσεων 169
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2020-06-18
Ημερομηνία Δημοσίευσης 2020-06-17
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής scd31dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.victr.ca
Υποστηριζόμενες Γλώσσες 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"
    ]
}