365id Integration - Sixt Cobra (USB)

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

Was ist 365id Integration - Sixt Cobra (USB)?

365id Integration - Sixt Cobra (USB) ist eine Chrome-Erweiterung, die von 365id entwickelt wurde, und ihr Hauptmerkmal ist "The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…".

Erweiterungsscreenshots

screenshot
screenshot

365id Integration - Sixt Cobra (USB)-Erweiterungs-CRX-Datei herunterladen

Laden Sie 365id Integration - Sixt Cobra (USB)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name 365id Integration - Sixt Cobra (USB) 365id Integration - Sixt Cobra (USB)
ID ooceajjeifpjligonifhgdlplaopdhlb
Offizielle URL https://chromewebstore.google.com/detail/365id-integration-sixt-co/ooceajjeifpjligonifhgdlplaopdhlb
Beschreibung The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…
Dateigröße 111 KB
Installationsanzahl 243
Aktuelle Version 1.5.4.0
Letztes Update 2023-09-01
Veröffentlichungsdatum 2019-10-03
Entwickler 365id
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://365id.com/
Unterstützte Sprachen 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"
    ]
}