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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |