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 هو إضافة Chrome تم تطويرها بواسطة http://hyperise.com، والميزة الرئيسية لها هي "Add personalized images to your outreach email templates and sequences. For details on how to use the outreach extension, check…".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Hyperise: Outreach personalization

قم بتنزيل ملفات الامتداد Hyperise: Outreach personalization بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hyperise.com
عنوان صفحة المساعدة https://support.hyperise.com
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}