Hyperise: Outreach personalization
Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…
什么是Hyperise: Outreach personalization?
Hyperise: Outreach personalization是由http://hyperise.com开发的Chrome扩展程序,该扩展的主要功能是“Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…”。
扩展截图
下载Hyperise: Outreach personalization扩展crx文件
下载Hyperise: Outreach personalization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | jciejfjjomkbijlaoldhpicachkcgghh |
官方URL | https://chrome.google.com/webstore/detail/hyperise-outreach-persona/jciejfjjomkbijlaoldhpicachkcgghh |
简介 | Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check… |
文件大小 | 642 KB |
安装次数 | 61 |
当前版本 | 1.0.0 |
更新时间 | 2022-02-23 |
上架时间 | 2020-09-21 |
开发者 | http://hyperise.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://hyperise.com |
帮助页面URL | https://support.hyperise.com |
隐私政策页面URL | https://hyperise.com/privacy-policy |
支持的语言 | 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\/*" ] } |