URL Shortener by LinkJoy

Shorten Long URLs on your Custom Domain in 2 Clicks or Less

URL Shortener by LinkJoy란 무엇입니까?

URL Shortener by LinkJoy은(는) https://linkjoy.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten Long URLs on your Custom Domain in 2 Clicks or Less"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

URL Shortener by LinkJoy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Linkjoy - https://linkjoy.io helps you get 10x out of their Digital Presence. This Chrome Extension will help you shorten links quickly so you do not have to login to the app every time you want to generate a short link.

Once the link is shortened, here are the things you will be able to do with Linkjoy:

- Create links on your custom domain
- Track detailed metrics in terms of visitors, gender, geography, browsers etc
- Add Tracking and Pixel codes on the link so you can create custom audiences
- Do A/B rotator testing by splitting the traffic on different destination URLs
- Add OG Meta Titles and Tags
- Generate QR code

This Link shortener can be used for following cases:

- See which partner of yours is actually bringing the traffic to your landing page/website by creating individual links for each partner with same destination URLs
- See which campaigns are working well for you by creating links that are easy to remember but still come with full tracking capabilities
- See which landing page is working better for you by having multiple destination URLs and splitting the traffic through one single link
- Get and Publish QR codes of your link on your packaging so you can keep on changing the destination URLs from the same QR code                    

확장 프로그램 기본 정보

이름 URL Shortener by LinkJoy URL Shortener by LinkJoy
ID gajloiciimojlpchdckedbgigcnhiamm
공식 URL https://chromewebstore.google.com/detail/url-shortener-by-linkjoy/gajloiciimojlpchdckedbgigcnhiamm
설명 Shorten Long URLs on your Custom Domain in 2 Clicks or Less
파일 크기 1.68 MB
설치 횟수 508
현재 버전 1.1.3
최근 업데이트 2022-05-21
출시 날짜 2022-04-26
평점 5.00/5 총 2 개의 평점
개발자 https://linkjoy.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkjoy.io
도움말 페이지 URL https://linkjoy.tawk.help/
개인정보 보호 정책 페이지 URL https://www.linkjoy.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Shortener by LinkJoy",
    "description": "Shorten Long URLs on your Custom Domain in 2 Clicks or Less",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.linkjoy.io\/*"
    ],
    "icons": {
        "16": "icons\/linkjoy-logo.png",
        "48": "icons\/linkjoy-logo.png",
        "128": "icons\/linkjoy-logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.linkjoy.io\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/linkjoy-logo.png",
            "38": "icons\/linkjoy-logo.png"
        }
    },
    "version": "1.1.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}