365id Integration - Notifications (USB)

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

Qu'est-ce que 365id Integration - Notifications (USB) ?

365id Integration - Notifications (USB) est une extension Chrome développée par 365id, et sa fonction principale est "The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 365id Integration - Notifications (USB)

Téléchargez les fichiers d'extension 365id Integration - Notifications (USB) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 365id Integration - Notifications (USB) 365id Integration - Notifications (USB)
ID eoejicjbmepolmnabegnchbggdhhgeoj
URL Officiel https://chromewebstore.google.com/detail/365id-integration-notific/eoejicjbmepolmnabegnchbggdhhgeoj
Description The 365id Scanner integrated with your browser shows the verification result of the last scanned document(s)
Taille du Fichier 107 KB
Nombre d'Installations 104
Version Actuelle 1.1.1.0
Dernière Mise à Jour 2023-09-01
Date de Publication 2019-10-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur 365id
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}