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 с друзьями, чтобы легко установить расширения 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\/*"
    ]
}