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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}