Poplink
Create, share and track custom short links
Poplinkとは何ですか?
Poplinkはhttp://poplink.ioによって開発されたChromeの拡張機能で、その主な機能は「Create, share and track custom short links」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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\/*" ] } |