Poplink

Create, share and track custom short links

Poplink क्या है?

Poplink http://poplink.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create, share and track custom short links"।

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

screenshot
screenshot

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

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

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

                        Poplink is the easiest way to share customised links that improve your audience’s click-through-rate. If you're looking to grow your brand using organic channels, content marketing with Poplink’s link customisation platform is your best bet.

Using Poplink’s custom URLs – that is, a shorter version of a URL that you want to share online which is built around a brand name or related term – will help you generate 34% more clicks than a normal link.

Poplink gives you several options for defining how a link looks when it’s shared on social media. You can edit the preview image, title, description and change the URL slug (the keyword at the end of your link after your domain).

Poplink also gives you several options for you digital marketing campaigns including adding retargeting pixels and UTMs.

Sign up for Poplink for free at https://www.poplink.io.                    

एक्सटेंशन की मूल जानकारी

नाम Poplink Poplink
ID lmfailpfchakibjkepeljalihomihefi
आधिकारिक URL https://chrome.google.com/webstore/detail/poplink/lmfailpfchakibjkepeljalihomihefi
विवरण Create, share and track custom short links
फ़ाइल का आकार 19.06 KB
स्थापना संख्या 578
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2019-08-06
प्रकाशन तिथि 2019-08-03
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर http://poplink.io
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poplink",
    "description": "Create, share and track custom short links",
    "version": "1.0.0.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "96": "icons\/icon96.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "index.js",
                "libs\/postmessage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "overlay\/*"
    ]
}