vidReach Contacts
vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…
Vad är vidReach Contacts?
vidReach Contacts är en Chrome-tillägg utvecklad av https://vidreach.io, och dess huvudfunktion är "vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded…".
Tilläggsskärmbilder
Ladda ner vidReach Contacts-förlängningens CRX-fil
Ladda ner vidReach Contacts-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
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äggande Information om Tillägg
Namn | |
ID | ffdpkdpplalhaomijnnlhmicipcfldlg |
Officiell webbadress | https://chromewebstore.google.com/detail/vidreach-contacts/ffdpkdpplalhaomijnnlhmicipcfldlg |
Beskrivning | vidREACH Contacts allows you to directly add contacts into your vidREACH account. You can share REACH campaigns with your uploaded… |
Filstorlek | 626 KB |
Antal Installationer | 33 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2023-03-14 |
Publiceringsdatum | 2019-03-27 |
Utvecklare | https://vidreach.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.vidreach.io |
URL till Sekretesspolicy Sidan | https://vidreach.io/privacy |
Stödda Språk | 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": [] } ] } |