URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

What is URL Shortener - Lnkiy.com?

URL Shortener - Lnkiy.com is a Chrome extension developed by http://Lnkiy.com, and its main feature is "Create Short URL by Lnkiy.com".

Extension Screenshots

screenshot

Download URL Shortener - Lnkiy.com Extension CRX File

Download URL Shortener - Lnkiy.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
Official URL https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
Description Create Short URL by Lnkiy.com
File Size 55.16 KB
Installation Count 38
Current Version 1.0.0
Last Updated 2022-02-12
Publish Date 2022-02-09
Rating 5.00/5 Total 3 Ratings
Developer http://Lnkiy.com
Email [email protected]
Payment Type free
Extension Website http://lnkiy.com
Help Page URL http://lnkiy.com/lnkiy-contact
Privacy Policy Page URL http://lnkiy.com/lnkiy-privacy-policy
Supported Languages 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"
    }
}