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
公式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
Eメール [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\/*"
    ]
}