vidReach Contacts
vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…
Hvad er vidReach Contacts?
vidReach Contacts er en Chrome-udvidelse udviklet af https://vidreach.io, og dens hovedfunktion er "vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…".
Udvidelsesskærmbilleder
Download vidReach Contacts-udvidelses-CRX-fil
Download vidReach Contacts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ffdpkdpplalhaomijnnlhmicipcfldlg |
Officiel URL | https://chromewebstore.google.com/detail/vidreach-contacts/ffdpkdpplalhaomijnnlhmicipcfldlg |
Beskrivelse | vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded… |
Filstørrelse | 626 KB |
Antal Installationer | 33 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2023-03-14 |
Udgivelsesdato | 2019-03-27 |
Udvikler | https://vidreach.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.vidreach.io |
URL til Fortrolighedspolitik Side | https://vidreach.io/privacy |
Understøttede Sprog | 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": [] } ] } |