Laserfiche Web Access Extension

This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration

什麼是Laserfiche Web Access Extension?

Laserfiche Web Access Extension是由Laserfiche Web Access開發的Chrome擴展程式,該擴展的主要功能是“This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration”。

擴展截圖

screenshot

下載Laserfiche Web Access Extension擴展crx文件

下載Laserfiche Web Access Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension lets Laserfiche Web Access detect if any of its plugins have been installed, like Laserfiche Scanning or Office Integration, and supports expanded Office Integration features. You must be using Web Access for this to offer any functionality.                    

擴展基本資訊

名稱 Laserfiche Web Access Extension Laserfiche Web Access Extension
ID hahgfnifdgeglafkjpbidmnfnbcmdicf
官方網址 https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf
簡介 This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
檔案大小 4.29 KB
安裝次數 341,112
目前版本 1.4
更新時間 2022-06-30
上架時間 2016-09-12
評分 3.40/5 共 5 次評分
開發者 Laserfiche Web Access
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.laserfiche.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laserfiche Web Access Extension",
    "description": "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration",
    "version": "1.4",
    "permissions": [
        "nativeMessaging",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}