Replug | URL Shortener & Links Management

Shorten, track and optimize your links with catchy call-to-actions, retargeting pixels, branded links and powerful analytics.

Replug | URL Shortener & Links Management란 무엇입니까?

Replug | URL Shortener & Links Management은(는) D4 Interactive Pvt. Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten, track and optimize your links with catchy call-to-actions, retargeting pixels, branded links and powerful analytics."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Replug | URL Shortener & Links Management 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replug is a feature-rich URL shortener tool that lets you create simple short links or branded short links (custom domain short links).

Install Replug URL shortener chrome extension to get the most out of the links you share. Click on the extension icon in the toolbar to quickly create the shortened link of the page you’re visiting. 

Replug is not just a link shortener tool; it’s an all-in-one link management tool that lets you track and optimize your links with catchy call-to-actions, retargeting pixels, branded links, and powerful analytics. 

Key Features: 

Shorten Links: Easily shorten long and unattractive URLs to short links in just a few clicks. 

Branded Short Links: Create branded short links or custom domain links to build and improve your brand authority. For example, turn any link like “www.thirdpartywebsite.com/link” to “your brand.co/link”.

Call-to-actions (CTAs): Add CTAs to your shortened links (even third party links) to collect leads, drive traffic to your website and increase conversions. 

Edit Short Links: Easily change or edit the destination URL of your short links.

Social Media Bio Links: Create beautiful landing pages for your the bio links of Instagram, TikTok and other social media platforms. You can create bio links landing pages from our dashboard by signing in to your account.

Custom Widgets:  Add 3rd party widgets to your links. For example, opt-in forms from tools like Optinmonster, Sumo, Poptin or your own lead forms.

Retargeting Pixels: Replug allows you to add retargeting pixels to your links and retarget anyone who clicks on your links. 

QR Generator: Easily a smart QR code with every branded short link you create.

Advanced Link Analytics: Make informed decisions by analyzing KPIs such as clicks, impressions, conversions, visitors by country, visitors by source, and many more.

Password Protected Links: Restrict access to your links by protecting them with passwords.

Other replug features include UTM Builder, RSS Automation, Deep Links, Automated Reports, and tags.

Visit https://replug.io to create your account and use our advanced features.                    

확장 프로그램 기본 정보

이름 Replug | URL Shortener & Links Management Replug | URL Shortener & Links Management
ID mofbjpedmdgclbmpgjoboblbppnmgpol
공식 URL https://chromewebstore.google.com/detail/replug-url-shortener-link/mofbjpedmdgclbmpgjoboblbppnmgpol
설명 Shorten, track and optimize your links with catchy call-to-actions, retargeting pixels, branded links and powerful analytics.
파일 크기 3.6 MB
설치 횟수 2,209
현재 버전 1.0.8
최근 업데이트 2023-06-05
출시 날짜 2020-06-04
평점 4.86/5 총 37 개의 평점
개발자 D4 Interactive Pvt. Ltd.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://replug.io
도움말 페이지 URL https://replug.io/contact
개인정보 보호 정책 페이지 URL https://replug.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replug | URL Shortener & Links Management",
    "description": "Shorten, track and optimize your links with catchy call-to-actions, retargeting pixels, branded links and powerful analytics.",
    "version": "1.0.8",
    "icons": {
        "16": "main\/img\/logo\/16x16.png",
        "32": "main\/img\/logo\/32x32.png",
        "48": "main\/img\/logo\/48x48.png",
        "64": "main\/img\/logo\/64x64.png",
        "128": "main\/img\/logo\/128x128.png"
    },
    "browser_action": {
        "default_icon": "main\/img\/logo\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.replug.io",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "dist\/build.js",
        "index.html"
    ]
}