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
Eメール [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\/*"
    ]
}