HLP/AvG - SharePoint XSN Helper
Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.
Co je HLP/AvG - SharePoint XSN Helper?
HLP/AvG - SharePoint XSN Helper je rozšíření Chrome vyvinuté Alexey van Groshev, a jeho hlavní funkcí je „Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HLP/AvG - SharePoint XSN Helper
Stáhněte si soubory rozšíření HLP/AvG - SharePoint XSN Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | bbdoammfifccnakedkimpopkgjmjndcl |
Oficiální URL | https://chrome.google.com/webstore/detail/hlpavg-sharepoint-xsn-hel/bbdoammfifccnakedkimpopkgjmjndcl |
Popis | Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser. |
Velikost souboru | 19.33 KB |
Počet instalací | 196 |
Aktuální Verze | 1.8.0 |
Poslední Aktualizace | 2018-10-24 |
Datum Vydání | 2018-10-24 |
Vývojář | Alexey van Groshev |
Typ Platby | free |
Podporované Jazyky | 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" } } |