URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

Was ist URL Shortener - Lnkiy.com?

URL Shortener - Lnkiy.com ist eine Chrome-Erweiterung, die von http://Lnkiy.com entwickelt wurde, und ihr Hauptmerkmal ist "Create Short URL by Lnkiy.com".

Erweiterungsscreenshots

screenshot

URL Shortener - Lnkiy.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL Shortener - Lnkiy.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
Offizielle URL https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
Beschreibung Create Short URL by Lnkiy.com
Dateigröße 55.16 KB
Installationsanzahl 38
Aktuelle Version 1.0.0
Letztes Update 2022-02-12
Veröffentlichungsdatum 2022-02-09
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://Lnkiy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://lnkiy.com
Hilfeseite URL http://lnkiy.com/lnkiy-contact
URL der Datenschutzrichtlinien-Seite http://lnkiy.com/lnkiy-privacy-policy
Unterstützte Sprachen 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"
    }
}