HLP/AvG - SharePoint XSN Helper
Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.
什么是HLP/AvG - SharePoint XSN Helper?
HLP/AvG - SharePoint XSN Helper是由Alexey van Groshev开发的Chrome扩展程序,该扩展的主要功能是“Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.”。
扩展截图
下载HLP/AvG - SharePoint XSN Helper扩展crx文件
下载HLP/AvG - SharePoint XSN Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bbdoammfifccnakedkimpopkgjmjndcl |
官方URL | https://chrome.google.com/webstore/detail/hlpavg-sharepoint-xsn-hel/bbdoammfifccnakedkimpopkgjmjndcl |
简介 | Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser. |
文件大小 | 19.33 KB |
安装次数 | 196 |
当前版本 | 1.8.0 |
更新时间 | 2018-10-24 |
上架时间 | 2018-10-24 |
开发者 | Alexey van Groshev |
付费类型 | free |
支持的语言 | 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" } } |