Relevvo Quickview

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

What is Relevvo Quickview?

Relevvo Quickview is a Chrome extension developed by relevvo, and its main feature is "Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.".

Extension Screenshots

screenshot
screenshot

Download Relevvo Quickview Extension CRX File

Download Relevvo Quickview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Relevvo Quickview Relevvo Quickview
ID innhlgilfmgmljaiafjkfejpfdihcdpe
Official URL https://chromewebstore.google.com/detail/relevvo-quickview/innhlgilfmgmljaiafjkfejpfdihcdpe
Description Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.
File Size 275 KB
Installation Count 66
Current Version 1.1.1.2
Last Updated 2024-02-19
Publish Date 2022-01-06
Rating 5.00/5 Total 1 Ratings
Developer relevvo
Email [email protected]
Payment Type free
Privacy Policy Page URL https://relevvo.com/privacy-policy
Supported Languages 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\/*"
    ]
}