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                    

擴展基本資訊

名稱 Hyperise: Outreach personalization Hyperise: Outreach personalization
ID jciejfjjomkbijlaoldhpicachkcgghh
官方網址 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\/*"
    ]
}