HLP/AvG - SharePoint XSN Helper
Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.
Qu'est-ce que HLP/AvG - SharePoint XSN Helper ?
HLP/AvG - SharePoint XSN Helper est une extension Chrome développée par Alexey van Groshev, et sa fonction principale est "Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HLP/AvG - SharePoint XSN Helper
Téléchargez les fichiers d'extension HLP/AvG - SharePoint XSN Helper 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
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.
Informations de Base sur l'Extension
Nom | |
ID | bbdoammfifccnakedkimpopkgjmjndcl |
URL Officiel | https://chrome.google.com/webstore/detail/hlpavg-sharepoint-xsn-hel/bbdoammfifccnakedkimpopkgjmjndcl |
Description | Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser. |
Taille du Fichier | 19.33 KB |
Nombre d'Installations | 196 |
Version Actuelle | 1.8.0 |
Dernière Mise à Jour | 2018-10-24 |
Date de Publication | 2018-10-24 |
Développeur | Alexey van Groshev |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |