IDM - URL shortener and QR code generator

URL shortener to create short links and generate QR code with custom domain, reporting, analytics, team collaboration and API access

IDM - URL shortener and QR code generator란 무엇입니까?

IDM - URL shortener and QR code generator은(는) https://idm.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "URL shortener to create short links and generate QR code with custom domain, reporting, analytics, team collaboration and API access"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IDM - URL shortener and QR code generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IDM -  A URL shortening tool to create short links to enhance the user experience, link sharing, 
and enabling efficient tracking of link performance.

- No signup required to try out (Note: the public links are expired after 24 hours)

🎯 Features
- Easily shorten any link
- Set link expiration date
- Add UTM parameters
- See click reports and all your links history in extension
- Automatically copies URL to clipboard
- Automatically create a short link by clicking the extension button in the browser header
- Good alternative of Bitly, Rebrandly, TinyUrl, short.io and many more link shortener services
- Shareable QR code

📈 Analytics
- Short link analytics with click reports, traffic source, country, referral etc. to analyze the effectiveness of your links, giving you valuable insights into your marketing campaigns. 

📱QR Codes
- Free QR code generator to creating QR codes for each link to redirect on mobile scan.

Change log

** December, 28 2023
- Added sign in with Google
- Added reports feature to track short link click IP, country, city etc.

** December 15 2023
- First release                    

확장 프로그램 기본 정보

이름 IDM - URL shortener and QR code generator IDM - URL shortener and QR code generator
ID fldcmoidjiplehfmbmhfdpmcgoacjhgc
공식 URL https://chromewebstore.google.com/detail/idm-url-shortener-and-qr/fldcmoidjiplehfmbmhfdpmcgoacjhgc
설명 URL shortener to create short links and generate QR code with custom domain, reporting, analytics, team collaboration and API access
파일 크기 1.55 MB
설치 횟수 140
현재 버전 1.1
최근 업데이트 2023-12-28
출시 날짜 2023-12-17
개발자 https://idm.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://idm.in/
도움말 페이지 URL https://idm.in/docs
개인정보 보호 정책 페이지 URL https://idm.in/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "IDM - URL shortener and QR code generator",
    "short_name": "URL shortener",
    "description": "URL shortener to create short links and generate QR code with custom domain, reporting, analytics, team collaboration and API access",
    "homepage_url": "https:\/\/idm.in",
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "storage"
    ],
    "action": {
        "default_popup": "extension.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png"
        },
        "default_title": "IDM"
    },
    "icons": {
        "128": "assets\/img\/icon-128.png",
        "64": "assets\/img\/icon-64.png",
        "32": "assets\/img\/icon-32.png",
        "16": "assets\/img\/icon-16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.ico"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAselmEG2m8uiuqxST8qgHTikJcYv9RJpF0XrnWOxkyeUVgRqXthlEGrD6ClJY8DUOvr8934eElscfQJ2gOmaIm0XTI5YJXIV3oymWr+K737eDgilbRZFl7ApEW\/L0O7r4JlhK5M8RynicoszlB2BBI7ZLcAmLAT4810OOwvAGXo1W+gmb1FIuuO72BZtwgN1c6NZXmm9imlSnkoTq9IilwR\/kieWkyR58dub1QYN2ehzzeEy9NggoWDqhc0CIZQEGTTTFbMpvPnYTN+HgBdoVRd6l0xfUM8J1uz0Qrk8Y7mh6P4NDjCeWyfyUnFRXydAJv4Bp37SNe4ZJWSC5BeuU8wIDAQAB",
    "oauth2": {
        "client_id": "287614332400-nr39uhicrb7pi9a1r5c8vdl125ran7pq.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}