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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |