vidReach Contacts
vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…
What is vidReach Contacts?
vidReach Contacts is a Chrome extension developed by https://vidreach.io, and its main feature is "vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…".
Extension Screenshots
Download vidReach Contacts Extension CRX File
Download vidReach Contacts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ffdpkdpplalhaomijnnlhmicipcfldlg |
Official URL | https://chromewebstore.google.com/detail/vidreach-contacts/ffdpkdpplalhaomijnnlhmicipcfldlg |
Description | vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded… |
File Size | 626 KB |
Installation Count | 33 |
Current Version | 1.0.5 |
Last Updated | 2023-03-14 |
Publish Date | 2019-03-27 |
Developer | https://vidreach.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.vidreach.io |
Privacy Policy Page URL | https://vidreach.io/privacy |
Supported Languages | 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": [] } ] } |