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.”。

擴展截圖

screenshot

下載HLP/AvG - SharePoint XSN Helper擴展crx文件

下載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
官方網址 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"
    }
}