URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

Cos'è URL Shortener - Lnkiy.com?

URL Shortener - Lnkiy.com è un'estensione di Chrome sviluppata da http://Lnkiy.com, e la sua funzione principale è "Create Short URL by Lnkiy.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Shortener - Lnkiy.com

Scarica i file di estensione URL Shortener - Lnkiy.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
URL Ufficiale https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
Descrizione Create Short URL by Lnkiy.com
Dimensione del File 55.16 KB
Conteggio Installazioni 38
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-02-12
Data di Pubblicazione 2022-02-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://Lnkiy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://lnkiy.com
URL della Pagina di Aiuto http://lnkiy.com/lnkiy-contact
URL della Pagina della Politica sulla Privacy http://lnkiy.com/lnkiy-privacy-policy
Lingue Supportate 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"
    }
}