365id Integration - Notifications (USB)

The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)

Wat is 365id Integration - Notifications (USB)?

365id Integration - Notifications (USB) is een Chrome-extensie ontwikkeld door 365id, en de belangrijkste functie is "The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 365id Integration - Notifications (USB)

Download 365id Integration - Notifications (USB)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)                    

Basisinformatie over de Extensie

Naam 365id Integration - Notifications (USB) 365id Integration - Notifications (USB)
ID eoejicjbmepolmnabegnchbggdhhgeoj
Officiële URL https://chromewebstore.google.com/detail/365id-integration-notific/eoejicjbmepolmnabegnchbggdhhgeoj
Beschrijving The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)
Bestandsgrootte 107 KB
Aantal Installaties 104
Huidige Versie 1.1.1.0
Laatst Bijgewerkt 2023-09-01
Publicatiedatum 2019-10-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 365id
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "365id Integration - Notifications (USB)",
    "short_name": "365id - Notifications",
    "version": "1.1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js",
                "messages.js",
                "details.js"
            ],
            "css": [
                "content.css",
                "details.css"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "365id Integration - Notifications (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"
    ]
}