Relevvo Quickview

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

Apa itu Relevvo Quickview?

Relevvo Quickview adalah ekstensi Chrome yang dikembangkan oleh relevvo, dan fitur utamanya adalah "Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Relevvo Quickview

Unduh file ekstensi Relevvo Quickview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Relevvo Quickview Relevvo Quickview
ID innhlgilfmgmljaiafjkfejpfdihcdpe
URL Resmi https://chromewebstore.google.com/detail/relevvo-quickview/innhlgilfmgmljaiafjkfejpfdihcdpe
Deskripsi Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.
Ukuran File 275 KB
Jumlah Instalasi 66
Versi Saat Ini 1.1.1.2
Terakhir Diperbarui 2024-02-19
Tanggal Publikasi 2022-01-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang relevvo
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://relevvo.com/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}