Hyperise: Personalized Short Link creator

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

Hyperise: Personalized Short Link creator क्या है?

Hyperise: Personalized Short Link creator http://hyperise.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create Personalized Short Links with a few clicks, to include in your email and social messages. Personalized Short Links are a…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hyperise: Personalized Short Link creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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: Personalized Short Link creator Hyperise: Personalized Short Link creator
ID adbcabefoipokmmmbecookonfpclbloi
आधिकारिक URL https://chrome.google.com/webstore/detail/hyperise-personalized-sho/adbcabefoipokmmmbecookonfpclbloi
विवरण Create Personalized Short Links with a few clicks, to include in your email and social messages. Personalized Short Links are a…
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 232
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-08-14
प्रकाशन तिथि 2022-02-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://hyperise.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hyperise.com
सहायता पृष्ठ URL https://support.hyperise.com
गोपनीयता नीति पृष्ठ URL https://hyperise.com/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hyperise: Personalized Short Link creator",
    "short_name": "Hyperise Personalized Short Links",
    "version": "1.1",
    "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 Personalized Short Links",
        "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_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_end",
            "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"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/assets\/other\/css\/ui.css",
                "\/assets\/other\/img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "assets\/other\/html\/options.html"
}