EvalExpert

Chrome extension for the EvalExpert vehicle appraisal app.

What is EvalExpert?

EvalExpert is a Chrome extension developed by https://eval.expert, and its main feature is "Chrome extension for the EvalExpert vehicle appraisal app.".

Extension Screenshots

screenshot

Download EvalExpert Extension CRX File

Download EvalExpert 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

                        View all your completed evaluations and export evaluations from EvalExpert.                    

Extension Basic Information

Name EvalExpert EvalExpert
ID pcoghfbplcjhdlljbjihcfdgnglondoc
Official URL https://chromewebstore.google.com/detail/evalexpert/pcoghfbplcjhdlljbjihcfdgnglondoc
Description Chrome extension for the EvalExpert vehicle appraisal app.
File Size 77.87 KB
Installation Count 1,096
Current Version 3.2
Last Updated 2022-06-26
Publish Date 2020-04-15
Developer https://eval.expert
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.evalexpert.com/privacy-policy
Supported Languages 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:\/\/*\/"
    ]
}