Relevvo Quickview

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

什么是Relevvo Quickview?

Relevvo Quickview是由relevvo开发的Chrome扩展程序,该扩展的主要功能是“Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.”。

扩展截图

screenshot
screenshot

下载Relevvo Quickview扩展crx文件

下载Relevvo Quickview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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\/*"
    ]
}