QR Code generator with logo – QRTiger

Make a QR code with logo in less than 1 minute!.

QR Code generator with logo – QRTiger란 무엇입니까?

QR Code generator with logo – QRTiger은(는) https://qrcode-tiger.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make a QR code with logo in less than 1 minute!."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

QR Code generator with logo – QRTiger 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        QRTiger is a QR code generator with logo that allows you to create customized static QR codes for free! 

It’s easy to generate and customize your QR code with logo!

QRTiger is free for static QR codes and allows you create all kinds of QR Codes and customize them with logo-images and color options. You can generate QR Codes for data types like URL’s, text, MP3, email,  YouTube, Vcard (business card), wifi  and for all kind of social media as Pinterest, Facebook, Twitter…

QR codes have become an essential tool for every brand, customizing QR codes is essential to have better scanning rates; also we suggest adding a “call for action’ as Scan Now! With your QR code this will improve your scanning rates a lot!

For brands that need more professional tools we have also build a dynamic QR code generator, dynamic QR Codes allow you to edit the data as URL behind your QR code and to 'track' data. With a dynamic QR Code you can track amount of scans, location, time of scan and even device type as Android or IPhone. We also build an API for more professional use. 

If you have any problems or suggestions to optimize QRTiger feel free to contact us.                    

확장 프로그램 기본 정보

이름 QR Code generator with logo – QRTiger QR Code generator with logo – QRTiger
ID khgmenamfnkjenlfaijkjhhdaehemhhf
공식 URL https://chromewebstore.google.com/detail/qr-code-generator-with-lo/khgmenamfnkjenlfaijkjhhdaehemhhf
설명 Make a QR code with logo in less than 1 minute!.
파일 크기 256 KB
설치 횟수 2,147
현재 버전 1.4
최근 업데이트 2020-03-24
출시 날짜 2020-03-24
평점 4.00/5 총 4 개의 평점
개발자 https://qrcode-tiger.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.qrcode-tiger.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code generator with logo \u2013 QRTiger",
    "short_name": "QRTiger",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Make a QR code with logo in less than 1 minute!.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/icon256.png",
        "default_title": "QR Code generator with logo \u2013 QRTiger"
    },
    "permissions": [],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    }
}