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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | innhlgilfmgmljaiafjkfejpfdihcdpe |
官方網址 | 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": [ " |