Hyperise: Outreach personalization
Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…
Was ist Hyperise: Outreach personalization?
Hyperise: Outreach personalization ist eine Chrome-Erweiterung, die von http://hyperise.com entwickelt wurde, und ihr Hauptmerkmal ist "Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…".
Erweiterungsscreenshots
Hyperise: Outreach personalization-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hyperise: Outreach personalization-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
Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check out the guide: https://support.hyperise.com/email-marketing-integrations/outreachio-integration
Grundlegende Informationen zur Erweiterung
Name | |
ID | jciejfjjomkbijlaoldhpicachkcgghh |
Offizielle URL | https://chrome.google.com/webstore/detail/hyperise-outreach-persona/jciejfjjomkbijlaoldhpicachkcgghh |
Beschreibung | Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check… |
Dateigröße | 642 KB |
Installationsanzahl | 61 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-02-23 |
Veröffentlichungsdatum | 2020-09-21 |
Entwickler | http://hyperise.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hyperise.com |
Hilfeseite URL | https://support.hyperise.com |
URL der Datenschutzrichtlinien-Seite | https://hyperise.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyperise: Outreach personalization", "short_name": "Hyperise for Outreach", "version": "1.0.0", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "chrome:\/\/favicon\/", "https:\/\/app.hyperise.io\/*", "storage", "declarativeContent" ], "background": { "scripts": [] }, "browser_action": { "default_title": "Hyperise: Outreach personalization", "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "default_popup": "assets\/html\/popup.html" }, "content_scripts": [], "options_page": "assets\/html\/options.html", "web_accessible_resources": [ "assets\/css\/ui.css", "assets\/img\/*" ] } |