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

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

Qu'est-ce que 中古車の価格変動が丸わかり - 中古車チェッカー ?

中古車の価格変動が丸わかり - 中古車チェッカー est une extension Chrome développée par dev.app5jp, et sa fonction principale est "中古車サイトの価格の推移を見れるようにする拡張機能です。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 中古車の価格変動が丸わかり - 中古車チェッカー

Téléchargez les fichiers d'extension 中古車の価格変動が丸わかり - 中古車チェッカー au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom 中古車の価格変動が丸わかり - 中古車チェッカー 中古車の価格変動が丸わかり - 中古車チェッカー
ID olhmbihmcfkmojkaffljilhnmnfmgane
URL Officiel 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 中古車サイトの価格の推移を見れるようにする拡張機能です。
Taille du Fichier 594 KB
Nombre d'Installations 8,490
Version Actuelle 0.3.2
Dernière Mise à Jour 2023-07-12
Date de Publication 2020-04-23
Évaluation 4.50/5 Total 4 Évaluations
Développeur dev.app5jp
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://app5.jp/company/privacyPolicy
Langues Prises en Charge 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"
            ]
        }
    ]
}