中古車の価格変動が丸わかり - 中古車チェッカー

中古車サイトの価格の推移を見れるようにする拡張機能です。

Wat is 中古車の価格変動が丸わかり - 中古車チェッカー?

中古車の価格変動が丸わかり - 中古車チェッカー is een Chrome-extensie ontwikkeld door dev.app5jp, en de belangrijkste functie is "中古車サイトの価格の推移を見れるようにする拡張機能です。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 中古車の価格変動が丸わかり - 中古車チェッカー

Download 中古車の価格変動が丸わかり - 中古車チェッカー-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        中古車サイトの価格の推移を中古車サイト上に表示をする拡張機能です。
有料版のくるま値付けくんの製品紹介動画が検索結果に表示されます。

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 スマホ版のサイトにも対応                    

Basisinformatie over de Extensie

Naam 中古車の価格変動が丸わかり - 中古車チェッカー 中古車の価格変動が丸わかり - 中古車チェッカー
ID olhmbihmcfkmojkaffljilhnmnfmgane
Officiële 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
Beschrijving 中古車サイトの価格の推移を見れるようにする拡張機能です。
Bestandsgrootte 594 KB
Aantal Installaties 8,490
Huidige Versie 0.3.2
Laatst Bijgewerkt 2023-07-12
Publicatiedatum 2020-04-23
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar dev.app5jp
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://app5.jp/company/privacyPolicy
Ondersteunde Talen 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"
            ]
        }
    ]
}