365id Integration - Sixt Cobra (USB)

The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…

365id Integration - Sixt Cobra (USB)란 무엇입니까?

365id Integration - Sixt Cobra (USB)은(는) 365id에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

365id Integration - Sixt Cobra (USB) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information into the Sixt Cobra application. In addition, there is a notification in the Web browser (Google Chrome) that shows the verification result of the last scanned document(s)                    

확장 프로그램 기본 정보

이름 365id Integration - Sixt Cobra (USB) 365id Integration - Sixt Cobra (USB)
ID ooceajjeifpjligonifhgdlplaopdhlb
공식 URL https://chromewebstore.google.com/detail/365id-integration-sixt-co/ooceajjeifpjligonifhgdlplaopdhlb
설명 The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…
파일 크기 111 KB
설치 횟수 243
현재 버전 1.5.4.0
최근 업데이트 2023-09-01
출시 날짜 2019-10-03
개발자 365id
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://365id.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "365id Integration - Sixt Cobra (USB)",
    "short_name": "365id - Sixt Cobra",
    "version": "1.5.4.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/office.sixt.com\/php\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js",
                "messages.js",
                "details.js",
                "countryISOMapping.js"
            ],
            "css": [
                "content.css",
                "details.css"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "365id Integration - Sixt Cobra (USB)",
        "default_icon": {
            "16": "365id_16.png",
            "32": "365id_32.png",
            "48": "365id_48.png",
            "128": "365id_128.png"
        }
    },
    "icons": {
        "16": "365id_16.png",
        "32": "365id_32.png",
        "48": "365id_48.png",
        "128": "365id_128.png"
    },
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "https:\/\/portal.365id.com\/*"
    ],
    "web_accessible_resources": [
        "365id.png",
        "result1.png",
        "result2.png",
        "result3.png",
        "success.png",
        "usb_off.png",
        "usb_on.png",
        "365id_48.png",
        "avatar.png",
        "cobrabridge.js",
        "countryISOMapping.js"
    ]
}