URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

Qu'est-ce que URL Shortener - Lnkiy.com ?

URL Shortener - Lnkiy.com est une extension Chrome développée par http://Lnkiy.com, et sa fonction principale est "Create Short URL by Lnkiy.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Shortener - Lnkiy.com

Téléchargez les fichiers d'extension URL Shortener - Lnkiy.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
URL Officiel https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
Description Create Short URL by Lnkiy.com
Taille du Fichier 55.16 KB
Nombre d'Installations 38
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-02-12
Date de Publication 2022-02-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur http://Lnkiy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://lnkiy.com
URL de la Page d'Aide http://lnkiy.com/lnkiy-contact
URL de la Page de Politique de Confidentialité http://lnkiy.com/lnkiy-privacy-policy
Langues Prises en Charge 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"
    }
}