URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

Vad är URL Shortener - Lnkiy.com?

URL Shortener - Lnkiy.com är en Chrome-tillägg utvecklad av http://Lnkiy.com, och dess huvudfunktion är "Create Short URL by Lnkiy.com".

Tilläggsskärmbilder

screenshot

Ladda ner URL Shortener - Lnkiy.com-förlängningens CRX-fil

Ladda ner URL Shortener - Lnkiy.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
Officiell webbadress https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
Beskrivning Create Short URL by Lnkiy.com
Filstorlek 55.16 KB
Antal Installationer 38
Aktuell Version 1.0.0
Senast Uppdaterad 2022-02-12
Publiceringsdatum 2022-02-09
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare http://Lnkiy.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://lnkiy.com
Hjälpsida URL http://lnkiy.com/lnkiy-contact
URL till Sekretesspolicy Sidan http://lnkiy.com/lnkiy-privacy-policy
Stödda Språk 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"
    }
}