Laserfiche Web Access Extension
This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Laserfiche Web Access Extension là gì?
Laserfiche Web Access Extension là một tiện ích mở rộng Chrome được phát triển bởi Laserfiche Web Access, và tính năng chính của nó là "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Laserfiche Web Access Extension
Tải xuống các tệp mở rộng Laserfiche Web Access Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hahgfnifdgeglafkjpbidmnfnbcmdicf |
URL Chính Thức | https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf |
Mô tả | This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration |
Kích Thước Tệp | 4.29 KB |
Số Lần Cài Đặt | 341,112 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2022-06-30 |
Ngày Phát Hành | 2016-09-12 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Laserfiche Web Access |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.laserfiche.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |