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是由scd31dev開發的Chrome擴展程式,該擴展的主要功能是“Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.”。

擴展截圖

screenshot

下載Kijiji History擴展crx文件

下載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
官方網址 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"
    ]
}