URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

URL Shortener - Lnkiy.com là gì?

URL Shortener - Lnkiy.com là một tiện ích mở rộng Chrome được phát triển bởi http://Lnkiy.com, và tính năng chính của nó là "Create Short URL by Lnkiy.com".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng URL Shortener - Lnkiy.com

Tải xuống các tệp mở rộng URL Shortener - Lnkiy.com 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

                        Lnkiy is a free link shortener tool, it helps you to short your long links of any size into smaller links. These short links are easily shareable and memorable for the users. Using Lnkiy, you can track your short link and analyze the user behaviour on your link. Which helps you to increase your business growth and provides you with the right way to proceed depending on the user activities.                    

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

Tên URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
URL Chính Thức https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
Mô tả Create Short URL by Lnkiy.com
Kích Thước Tệp 55.16 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-12
Ngày Phát Hành 2022-02-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://Lnkiy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://lnkiy.com
URL Trang Trợ Giúp http://lnkiy.com/lnkiy-contact
URL Trang Chính Sách Bảo Mật http://lnkiy.com/lnkiy-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Shortener - Lnkiy.com",
    "version": "1.0.0",
    "description": "Create Short URL by Lnkiy.com",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/f_icon.png",
        "default_popup": "home.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}