vidReach Contacts
vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…
Was ist vidReach Contacts?
vidReach Contacts ist eine Chrome-Erweiterung, die von https://vidreach.io entwickelt wurde, und ihr Hauptmerkmal ist "vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…".
Erweiterungsscreenshots
vidReach Contacts-Erweiterungs-CRX-Datei herunterladen
Laden Sie vidReach Contacts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ffdpkdpplalhaomijnnlhmicipcfldlg |
Offizielle URL | https://chromewebstore.google.com/detail/vidreach-contacts/ffdpkdpplalhaomijnnlhmicipcfldlg |
Beschreibung | vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded… |
Dateigröße | 626 KB |
Installationsanzahl | 33 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-03-14 |
Veröffentlichungsdatum | 2019-03-27 |
Entwickler | https://vidreach.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.vidreach.io |
URL der Datenschutzrichtlinien-Seite | https://vidreach.io/privacy |
Unterstützte Sprachen | 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": [] } ] } |