Poplink
Create, share and track custom short links
Poplink란 무엇입니까?
Poplink은(는) http://poplink.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create, share and track custom short links"입니다.
확장 프로그램 스크린샷
Poplink 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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\/*" ] } |