Hyperise: image & website personalization

Our brains are hardwired to process images in milliseconds, adding personalization creates pattern interrupts that captures…

ما هو Hyperise: image & website personalization؟

Hyperise: image & website personalization هو إضافة Chrome تم تطويرها بواسطة https://hyperise.com، والميزة الرئيسية لها هي "Our brains are hardwired to process images in milliseconds, adding personalization creates pattern interrupts that captures…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hyperise: image & website personalization

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

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

                        Our brains are hardwired to process images in milliseconds, adding personalization creates pattern interrupts that captures attention and increases conversions.

Add personalized images to your outreach emails and social messages, directly in Gmail, Outlook, LinkedIn and Facebook.

Personalize your website and delight your visitors - Grow conversions with personalization of your images and website content.

Personalize your existing website, with no coding, direct in the browser, with the Hyperise website personalization Chrome Extension.

🚀  Add personalization tags to your website's text, images, videos and CTAs for each visitor without writing a single line of code.

🚀  Define website segments based on visitor data and create personalization for each segment.

🤯  Edit images direct from a web page, direct into Hyperise and add personalization layers.

🤩  Replace any image on a web page with any image or video in your Hyperise account with a single click.

🔗  Create Personalized Short Links with a few clicks, to include in your email and social messages.

😲  Personalized Short Links are a great way to deliver personalized content in your messages.

🖼️  Using Hyperise personalized images, a short link will provide a personalised image as a visual placeholder for your links in used in social messages, such as platforms like LinkedIn, Facebook and Twitter.

📧  Also add images directly into Gmail and Outlook emails.

😍  Leveraging OpenGraph tags, the plugin will allow you to select your Hyperise personalized image template, title and destination URL and generate a short link that can me shared in your social messages.

⭐  Create Personalised Short Links in just a few clicks with the Hyperise: Personalized Short Link creator Chrome Extension.                    

معلومات أساسية عن التمديد

الاسم Hyperise: image & website personalization Hyperise: image & website personalization
ID ppikcbhmbpfjahnbkkhahngadfaianbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/hyperise-image-website-pe/ppikcbhmbpfjahnbkkhahngadfaianbn
الوصف Our brains are hardwired to process images in milliseconds, adding personalization creates pattern interrupts that captures…
حجم الملف 1010 KB
عدد التثبيتات 1,136
النسخة الحالية 2.8
آخر تحديث 2023-08-25
تاريخ النشر 2020-06-25
تقييم 5.00/5 مجموع تقييمات 6
المطور https://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": 3,
    "name": "Hyperise: image & website personalization",
    "short_name": "Image & Website personalization",
    "version": "2.8",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "action": {
        "default_title": "Hyperise: image & website 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": [
        {
            "run_at": "document_start",
            "js": [
                "\/assets\/js\/Utils.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "\/assets\/js\/content.js",
                "jquery.js",
                "bootstrap.js"
            ],
            "css": [
                "style.css",
                "bootstrap.css",
                "bodyStyleLinkedin.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "\/assets\/js\/contentFacebook.js",
                "jquery.js",
                "bootstrap.js"
            ],
            "css": [
                "styleFacebook.css",
                "Modal.css",
                "bootstrapFacebook.css"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*"
            ]
        },
        {
            "run_at": "document_start",
            "js": [
                "jquery.js",
                "\/assets\/js\/contentGmail.js"
            ],
            "css": [
                "styleGmail.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "\/assets\/js\/contentOutlook.js"
            ],
            "css": [
                "styleGmail.css"
            ],
            "matches": [
                "*:\/\/*.outlook.live.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "\/assets\/js\/contentManual.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "run_at": "document_start",
            "js": [
                "\/assets\/js\/jquery-1.11.1.min.js",
                "\/assets\/js\/jquery-sortable.js",
                "\/assets\/other\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo-seed.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/*.outlook.live.com\/*"
            ]
        },
        {
            "resources": [
                "Modal.html",
                "\/assets\/html\/DestionationUrlFrame.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/assets\/other\/css\/ui.css",
                "\/assets\/other\/img\/*",
                "\/assets\/img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "assets\/other\/html\/options.html"
}