HLP/AvG - SharePoint XSN Helper
Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.
HLP/AvG - SharePoint XSN Helper là gì?
HLP/AvG - SharePoint XSN Helper là một tiện ích mở rộng Chrome được phát triển bởi Alexey van Groshev, và tính năng chính của nó là "Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HLP/AvG - SharePoint XSN Helper
Tải xuống các tệp mở rộng HLP/AvG - SharePoint XSN Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bbdoammfifccnakedkimpopkgjmjndcl |
URL Chính Thức | https://chrome.google.com/webstore/detail/hlpavg-sharepoint-xsn-hel/bbdoammfifccnakedkimpopkgjmjndcl |
Mô tả | Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser. |
Kích Thước Tệp | 19.33 KB |
Số Lần Cài Đặt | 196 |
Phiên Bản Hiện Tại | 1.8.0 |
Cập Nhật Lần Cuối | 2018-10-24 |
Ngày Phát Hành | 2018-10-24 |
Nhà Phát Triển | Alexey van Groshev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |