URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

Wat is URL Shortener - Lnkiy.com?

URL Shortener - Lnkiy.com is een Chrome-extensie ontwikkeld door http://Lnkiy.com, en de belangrijkste functie is "Create Short URL by Lnkiy.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Shortener - Lnkiy.com

Download URL Shortener - Lnkiy.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
Officiële URL https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
Beschrijving Create Short URL by Lnkiy.com
Bestandsgrootte 55.16 KB
Aantal Installaties 38
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-02-12
Publicatiedatum 2022-02-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://Lnkiy.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://lnkiy.com
Help Pagina-URL http://lnkiy.com/lnkiy-contact
URL van de Privacybeleid Pagina http://lnkiy.com/lnkiy-privacy-policy
Ondersteunde Talen 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"
    }
}