KSL Cars Plus
Adds useful info to KSL Cars listings.
KSL Cars Plusとは何ですか?
KSL Cars PlusはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds useful info to KSL Cars listings.」です。
拡張機能のスクリーンショット
KSL Cars Plus拡張機能のCRXファイルをダウンロード
KSL Cars Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Install this extension to see Edmunds pricing info for cars listed on KSL cars. The extension shows the pricing info for each car based on its make, model, year, and mileage in a handy table.
拡張機能の基本情報
名前 | KSL Cars Plus |
ID | knflggjaaeoojimommoemjoijefaefpi |
公式URL | https://chromewebstore.google.com/detail/ksl-cars-plus/knflggjaaeoojimommoemjoijefaefpi |
説明 | Adds useful info to KSL Cars listings. |
ファイルサイズ | 81.51 KB |
インストール数 | 33 |
現在のバージョン | 1.0 |
最終更新日 | 2014-12-29 |
公開日 | 2014-12-29 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KSL Cars Plus", "description": "Adds useful info to KSL Cars listings.", "version": "1.0", "manifest_version": 2, "permissions": [ "https:\/\/api.edmunds.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.ksl.com\/auto\/listing*" ], "js": [ "bundle.js" ] } ] } |