URL Shortener - Lnkiy.com
Create Short URL by Lnkiy.com
什麼是URL Shortener - Lnkiy.com?
URL Shortener - Lnkiy.com是由http://Lnkiy.com開發的Chrome擴展程式,該擴展的主要功能是“Create Short URL by Lnkiy.com”。
擴展截圖
下載URL Shortener - Lnkiy.com擴展crx文件
下載URL Shortener - Lnkiy.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | URL Shortener - Lnkiy.com |
ID | jkidlhciamoecedngkmijalmfgbgjbmc |
官方網址 | https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc |
簡介 | Create Short URL by Lnkiy.com |
檔案大小 | 55.16 KB |
安裝次數 | 38 |
目前版本 | 1.0.0 |
更新時間 | 2022-02-12 |
上架時間 | 2022-02-09 |
評分 | 5.00/5 共 3 次評分 |
開發者 | http://Lnkiy.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://lnkiy.com |
說明頁面URL | http://lnkiy.com/lnkiy-contact |
隱私政策頁面URL | http://lnkiy.com/lnkiy-privacy-policy |
支援的語言 | 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" } } |