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"입니다.

확장 프로그램 스크린샷

screenshot

URL Shortener - Lnkiy.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}