EvalExpert

Chrome extension for the EvalExpert vehicle appraisal app.

EvalExpert là gì?

EvalExpert là một tiện ích mở rộng Chrome được phát triển bởi https://eval.expert, và tính năng chính của nó là "Chrome extension for the EvalExpert vehicle appraisal app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EvalExpert

Tải xuống các tệp mở rộng EvalExpert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        View all your completed evaluations and export evaluations from EvalExpert.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EvalExpert EvalExpert
ID pcoghfbplcjhdlljbjihcfdgnglondoc
URL Chính Thức https://chromewebstore.google.com/detail/evalexpert/pcoghfbplcjhdlljbjihcfdgnglondoc
Mô tả Chrome extension for the EvalExpert vehicle appraisal app.
Kích Thước Tệp 77.87 KB
Số Lần Cài Đặt 1,096
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2022-06-26
Ngày Phát Hành 2020-04-15
Nhà Phát Triển https://eval.expert
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.evalexpert.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}