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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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:\/\/*\/"
    ]
}