HLP/AvG - SharePoint XSN Helper

Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.

Was ist HLP/AvG - SharePoint XSN Helper?

HLP/AvG - SharePoint XSN Helper ist eine Chrome-Erweiterung, die von Alexey van Groshev entwickelt wurde, und ihr Hauptmerkmal ist "Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.".

Erweiterungsscreenshots

screenshot

HLP/AvG - SharePoint XSN Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie HLP/AvG - SharePoint XSN Helper-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

                        Before you start using the extension in your production environment, please ensure your InfoPath form security level is set to Restricted or Full Trust (if the form has an external data source and/or a back-end code).
Plain forms do not require any extra configuration.                    

Grundlegende Informationen zur Erweiterung

Name HLP/AvG - SharePoint XSN Helper HLP/AvG - SharePoint XSN Helper
ID bbdoammfifccnakedkimpopkgjmjndcl
Offizielle URL https://chrome.google.com/webstore/detail/hlpavg-sharepoint-xsn-hel/bbdoammfifccnakedkimpopkgjmjndcl
Beschreibung Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.
Dateigröße 19.33 KB
Installationsanzahl 196
Aktuelle Version 1.8.0
Letztes Update 2018-10-24
Veröffentlichungsdatum 2018-10-24
Entwickler Alexey van Groshev
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HLP\/AvG - SharePoint XSN Helper",
    "version": "1.8.0",
    "description": "Allows opening\/filling InfoPath 2010\/2013 forms from Google Chrome browser.",
    "homepage_url": "https:\/\/www.hahnlaw.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage",
        "notifications",
        "downloads",
        "downloads.open",
        "background"
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "minimum_chrome_version": "67.0",
    "options_ui": {
        "page": "vars.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}