Laserfiche Web Access Extension
This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Apa itu Laserfiche Web Access Extension?
Laserfiche Web Access Extension adalah ekstensi Chrome yang dikembangkan oleh Laserfiche Web Access, dan fitur utamanya adalah "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Laserfiche Web Access Extension
Unduh file ekstensi Laserfiche Web Access Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hahgfnifdgeglafkjpbidmnfnbcmdicf |
URL Resmi | https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf |
Deskripsi | This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration |
Ukuran File | 4.29 KB |
Jumlah Instalasi | 341,112 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2022-06-30 |
Tanggal Publikasi | 2016-09-12 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | Laserfiche Web Access |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.laserfiche.com |
Bahasa yang Didukung | 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" ] } ] } |