Hyperise: Outreach personalization
Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…
Co je Hyperise: Outreach personalization?
Hyperise: Outreach personalization je rozšíření Chrome vyvinuté http://hyperise.com, a jeho hlavní funkcí je „Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hyperise: Outreach personalization
Stáhněte si soubory rozšíření Hyperise: Outreach personalization ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | jciejfjjomkbijlaoldhpicachkcgghh |
Oficiální URL | https://chrome.google.com/webstore/detail/hyperise-outreach-persona/jciejfjjomkbijlaoldhpicachkcgghh |
Popis | Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check… |
Velikost souboru | 642 KB |
Počet instalací | 61 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2022-02-23 |
Datum Vydání | 2020-09-21 |
Vývojář | http://hyperise.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://hyperise.com |
URL Stránky Nápovědy | https://support.hyperise.com |
URL Stránky Zásad Ochrany Soukromí | https://hyperise.com/privacy-policy |
Podporované Jazyky | 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\/*" ] } |