URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

URL Shortener - Lnkiy.comคืออะไร?

URL Shortener - Lnkiy.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://Lnkiy.com และคุณลักษณะหลักของมันคือ "Create Short URL by Lnkiy.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Shortener - Lnkiy.com

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}