Relevvo Quickview

Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.

ما هو Relevvo Quickview؟

Relevvo Quickview هو إضافة Chrome تم تطويرها بواسطة relevvo، والميزة الرئيسية لها هي "Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Relevvo Quickview

قم بتنزيل ملفات الامتداد Relevvo Quickview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Relevvo Quickview allows Relevvo clients to quickly access relevant contextual information about their accounts and contacts.                    

معلومات أساسية عن التمديد

الاسم Relevvo Quickview Relevvo Quickview
ID innhlgilfmgmljaiafjkfejpfdihcdpe
عنوان URL الرسمي https://chromewebstore.google.com/detail/relevvo-quickview/innhlgilfmgmljaiafjkfejpfdihcdpe
الوصف Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.
حجم الملف 275 KB
عدد التثبيتات 66
النسخة الحالية 1.1.1.2
آخر تحديث 2024-02-19
تاريخ النشر 2022-01-06
تقييم 5.00/5 مجموع تقييمات 1
المطور relevvo
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://relevvo.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Relevvo Quickview",
    "description": "Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.",
    "manifest_version": 3,
    "version": "1.1.1.2",
    "icons": {
        "16": "relevvo-logo.png",
        "48": "relevvo-logo.png",
        "128": "relevvo-logo.png"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/fe.prod.relevvo.io\/*",
        "https:\/\/fe.test.relevvo.io\/*"
    ]
}