Poplink

Create, share and track custom short links

什麼是Poplink?

Poplink是由http://poplink.io開發的Chrome擴展程式,該擴展的主要功能是“Create, share and track custom short links”。

擴展截圖

screenshot
screenshot

下載Poplink擴展crx文件

下載Poplink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}