HLP/AvG - SharePoint XSN Helper
Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.
Wat is HLP/AvG - SharePoint XSN Helper?
HLP/AvG - SharePoint XSN Helper is een Chrome-extensie ontwikkeld door Alexey van Groshev, en de belangrijkste functie is "Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie HLP/AvG - SharePoint XSN Helper
Download HLP/AvG - SharePoint XSN Helper-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
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.
Basisinformatie over de Extensie
Naam | |
ID | bbdoammfifccnakedkimpopkgjmjndcl |
Officiële URL | https://chrome.google.com/webstore/detail/hlpavg-sharepoint-xsn-hel/bbdoammfifccnakedkimpopkgjmjndcl |
Beschrijving | Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser. |
Bestandsgrootte | 19.33 KB |
Aantal Installaties | 196 |
Huidige Versie | 1.8.0 |
Laatst Bijgewerkt | 2018-10-24 |
Publicatiedatum | 2018-10-24 |
Ontwikkelaar | Alexey van Groshev |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |