URL Shortener by LinkJoy

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

URL Shortener by LinkJoy là gì?

URL Shortener by LinkJoy là một tiện ích mở rộng Chrome được phát triển bởi https://linkjoy.io, và tính năng chính của nó là "Shorten Long URLs on your Custom Domain in 2 Clicks or Less".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng URL Shortener by LinkJoy

Tải xuống các tệp mở rộng URL Shortener by LinkJoy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên URL Shortener by LinkJoy URL Shortener by LinkJoy
ID gajloiciimojlpchdckedbgigcnhiamm
URL Chính Thức https://chromewebstore.google.com/detail/url-shortener-by-linkjoy/gajloiciimojlpchdckedbgigcnhiamm
Mô tả Shorten Long URLs on your Custom Domain in 2 Clicks or Less
Kích Thước Tệp 1.68 MB
Số Lần Cài Đặt 508
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2022-05-21
Ngày Phát Hành 2022-04-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://linkjoy.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linkjoy.io
URL Trang Trợ Giúp https://linkjoy.tawk.help/
URL Trang Chính Sách Bảo Mật https://www.linkjoy.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}