HLP/AvG - SharePoint XSN Helper
Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.
What is HLP/AvG - SharePoint XSN Helper?
HLP/AvG - SharePoint XSN Helper is a Chrome extension developed by Alexey van Groshev, and its main feature is "Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.".
Extension Screenshots
Download HLP/AvG - SharePoint XSN Helper Extension CRX File
Download HLP/AvG - SharePoint XSN Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bbdoammfifccnakedkimpopkgjmjndcl |
Official URL | https://chrome.google.com/webstore/detail/hlpavg-sharepoint-xsn-hel/bbdoammfifccnakedkimpopkgjmjndcl |
Description | Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser. |
File Size | 19.33 KB |
Installation Count | 196 |
Current Version | 1.8.0 |
Last Updated | 2018-10-24 |
Publish Date | 2018-10-24 |
Developer | Alexey van Groshev |
Payment Type | free |
Supported Languages | 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" } } |