EvalExpert

Chrome extension for the EvalExpert vehicle appraisal app.

EvalExpertคืออะไร?

EvalExpert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eval.expert และคุณลักษณะหลักของมันคือ "Chrome extension for the EvalExpert vehicle appraisal app."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EvalExpert

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/"
    ]
}