Hyland NilRead WinMan

Hyland NilRead WinMan

Qu'est-ce que Hyland NilRead WinMan ?

Hyland NilRead WinMan est une extension Chrome développée par Hyland Software, Inc., et sa fonction principale est "Hyland NilRead WinMan".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hyland NilRead WinMan

Téléchargez les fichiers d'extension Hyland NilRead WinMan 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 extension enables the Hyland NilRead Universal Viewer with support for multi-monitor and single tab URL invocation operations previously available only in Internet Explorer and Firefox.                    

Informations de Base sur l'Extension

Nom Hyland NilRead WinMan Hyland NilRead WinMan
ID jkchgejbjikoopancfjpbofabaoceohd
URL Officiel https://chromewebstore.google.com/detail/hyland-nilread-winman/jkchgejbjikoopancfjpbofabaoceohd
Description Hyland NilRead WinMan
Taille du Fichier 12.25 KB
Nombre d'Installations 530,903
Version Actuelle 1.0
Dernière Mise à Jour 2020-12-05
Date de Publication 2020-12-04
Évaluation 2.00/5 Total 4 Évaluations
Développeur Hyland Software, Inc.
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hyland NilRead WinMan",
    "version": "1.0",
    "description": "Hyland NilRead WinMan",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}