EvalExpert

Chrome extension for the EvalExpert vehicle appraisal app.

EvalExpertとは何ですか?

EvalExpertはhttps://eval.expertによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for the EvalExpert vehicle appraisal app.」です。

拡張機能のスクリーンショット

screenshot

EvalExpert拡張機能のCRXファイルをダウンロード

EvalExpert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        View all your completed evaluations and export evaluations from EvalExpert.                    

拡張機能の基本情報

名前 EvalExpert EvalExpert
ID pcoghfbplcjhdlljbjihcfdgnglondoc
公式URL https://chromewebstore.google.com/detail/evalexpert/pcoghfbplcjhdlljbjihcfdgnglondoc
説明 Chrome extension for the EvalExpert vehicle appraisal app.
ファイルサイズ 77.87 KB
インストール数 1,096
現在のバージョン 3.2
最終更新日 2022-06-26
公開日 2020-04-15
開発者 https://eval.expert
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.evalexpert.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EvalExpert",
    "description": "Chrome extension for the EvalExpert vehicle appraisal app.",
    "version": "3.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content1.js",
                "content2.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content3.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.eval.expert\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}