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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |