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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The 365id Scanner integrated with your Sixt Cobra application enables the scanner to automatically insert ID document information…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 365id Integration - Sixt Cobra (USB) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}