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 là gì?

Hyperise: Outreach personalization là một tiện ích mở rộng Chrome được phát triển bởi http://hyperise.com, và tính năng chính của nó là "Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Hyperise: Outreach personalization

Tải xuống các tệp mở rộng Hyperise: Outreach personalization dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hyperise: Outreach personalization Hyperise: Outreach personalization
ID jciejfjjomkbijlaoldhpicachkcgghh
URL Chính Thức https://chrome.google.com/webstore/detail/hyperise-outreach-persona/jciejfjjomkbijlaoldhpicachkcgghh
Mô tả Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…
Kích Thước Tệp 642 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-23
Ngày Phát Hành 2020-09-21
Nhà Phát Triển http://hyperise.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hyperise.com
URL Trang Trợ Giúp https://support.hyperise.com
URL Trang Chính Sách Bảo Mật https://hyperise.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}