vidReach Contacts
vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…
Cos'è vidReach Contacts?
vidReach Contacts è un'estensione di Chrome sviluppata da https://vidreach.io, e la sua funzione principale è "vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione vidReach Contacts
Scarica i file di estensione vidReach Contacts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded contacts and place these contacts in workFLOWs.
Informazioni di Base sull'Estensione
Nome | |
ID | ffdpkdpplalhaomijnnlhmicipcfldlg |
URL Ufficiale | https://chromewebstore.google.com/detail/vidreach-contacts/ffdpkdpplalhaomijnnlhmicipcfldlg |
Descrizione | vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded… |
Dimensione del File | 626 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-03-14 |
Data di Pubblicazione | 2019-03-27 |
Sviluppatore | https://vidreach.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.vidreach.io |
URL della Pagina della Politica sulla Privacy | https://vidreach.io/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "vidReach Contacts", "version": "1.0.5", "permissions": [], "host_permissions": [ "https:\/\/*.hirenami.com\/", "https:\/\/*.vidreach.io\/", "https:\/\/api.hunter.io\/" ], "action": { "default_icon": "Icon.png", "default_title": "vidReach Contacts", "default_popup": "index.html" }, "icons": { "16": "Icon16.png", "22": "Icon22.png", "32": "Icon32.png", "48": "Icon48.png", "128": "Icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; script-src-elem 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "Icon.png", "favicon.ico" ], "extension_ids": [] } ] } |