Relevvo Quickview
Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.
Vad är Relevvo Quickview?
Relevvo Quickview är en Chrome-tillägg utvecklad av relevvo, och dess huvudfunktion är "Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline.".
Tilläggsskärmbilder
Ladda ner Relevvo Quickview-förlängningens CRX-fil
Ladda ner Relevvo Quickview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Relevvo Quickview allows Relevvo clients to quickly access relevant contextual information about their accounts and contacts.
Grundläggande Information om Tillägg
Namn | |
ID | innhlgilfmgmljaiafjkfejpfdihcdpe |
Officiell webbadress | https://chromewebstore.google.com/detail/relevvo-quickview/innhlgilfmgmljaiafjkfejpfdihcdpe |
Beskrivning | Relevvo extension helps efficiently personalize messaging to engage the highest value prospects and accelerate your pipeline. |
Filstorlek | 275 KB |
Antal Installationer | 66 |
Aktuell Version | 1.1.1.2 |
Senast Uppdaterad | 2024-02-19 |
Publiceringsdatum | 2022-01-06 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | relevvo |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://relevvo.com/privacy-policy |
Stödda Språk | 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": [ " |