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" } } |