中古車の価格変動が丸わかり - 中古車チェッカー
中古車サイトの価格の推移を見れるようにする拡張機能です。
What is 中古車の価格変動が丸わかり - 中古車チェッカー?
中古車の価格変動が丸わかり - 中古車チェッカー is a Chrome extension developed by dev.app5jp, and its main feature is "中古車サイトの価格の推移を見れるようにする拡張機能です。".
Extension Screenshots
Download 中古車の価格変動が丸わかり - 中古車チェッカー Extension CRX File
Download 中古車の価格変動が丸わかり - 中古車チェッカー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
中古車サイトの価格の推移を中古車サイト上に表示をする拡張機能です。 有料版のくるま値付けくんの製品紹介動画が検索結果に表示されます。 2023/07/11 v0.3.2 表示を最適化 2023/07/08 v0.3.1 表示を最適化 2023/06/28 v0.3.0 過去の成約車種分析チャートを表示 2022/10/11 v0.2.0 拡張機能の最新セキュリティ(Manifest V3)に対応 2020/04/24 v0.0.7 スマホ版のサイトにも対応
Extension Basic Information
Name | 中古車の価格変動が丸わかり - 中古車チェッカー |
ID | olhmbihmcfkmojkaffljilhnmnfmgane |
Official URL | https://chromewebstore.google.com/detail/%E4%B8%AD%E5%8F%A4%E8%BB%8A%E3%81%AE%E4%BE%A1%E6%A0%BC%E5%A4%89%E5%8B%95%E3%81%8C%E4%B8%B8%E3%82%8F%E3%81%8B%E3%82%8A-%E4%B8%AD%E5%8F%A4%E8%BB%8A%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC/olhmbihmcfkmojkaffljilhnmnfmgane |
Description | 中古車サイトの価格の推移を見れるようにする拡張機能です。 |
File Size | 594 KB |
Installation Count | 8,490 |
Current Version | 0.3.2 |
Last Updated | 2023-07-12 |
Publish Date | 2020-04-23 |
Rating | 4.50/5 Total 4 Ratings |
Developer | dev.app5jp |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://app5.jp/company/privacyPolicy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "manifest_version": 3, "default_locale": "ja", "version": "0.3.2", "permissions": [], "host_permissions": [ "https:\/\/www.carsensor.net\/", "https:\/\/carsensor-vision.appspot.com\/" ], "background": { "service_worker": "service.js" }, "icons": { "38": "icon\/KG_icon38.png", "48": "icon\/KG_icon48.png", "128": "icon\/KG_icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/www.carsensor.net\/*", "https:\/\/carsensor-vision.appspot.com\/*" ], "run_at": "document_start", "css": [ "style.css" ], "js": [ "jquery-2.1.4.min.js", "lib\/chart.bundle.js", "lib\/chartjs-plugin-colorschemes.min.js", "lib\/Chart.pieceLabel.js", "lib\/hammer.min.js", "lib\/chartjs-plugin-zoom.min.js", "encoding.js", "clipboard.min.js", "Blowfish.js", "main.min.js", "scripts\/ucarChart.min.js" ] } ] } |