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 |
官方URL | 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" } } |