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 - это расширение Chrome, разработанное Alexey van Groshev, и его основная функция - "Allows opening/filling InfoPath 2010/2013 forms from Google Chrome browser.".
Снимки экрана расширения
Скачать файл CRX расширения HLP/AvG - SharePoint XSN Helper
Скачайте файлы расширений 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" } } |