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

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HLP/AvG - SharePoint XSN Helper HLP/AvG - SharePoint XSN Helper
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"
    }
}