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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://lnkiy.com/lnkiy-contact
عنوان صفحة سياسة الخصوصية 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"
    }
}