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”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | hahgfnifdgeglafkjpbidmnfnbcmdicf |
官方URL | 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" ] } ] } |