Laserfiche Web Access Extension
This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Wat is Laserfiche Web Access Extension?
Laserfiche Web Access Extension is een Chrome-extensie ontwikkeld door Laserfiche Web Access, en de belangrijkste functie is "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".
Extensie Screenshots
Download het CRX-bestand van de extensie Laserfiche Web Access Extension
Download Laserfiche Web Access Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hahgfnifdgeglafkjpbidmnfnbcmdicf |
Officiële URL | https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf |
Beschrijving | This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration |
Bestandsgrootte | 4.29 KB |
Aantal Installaties | 341,112 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-06-30 |
Publicatiedatum | 2016-09-12 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Laserfiche Web Access |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.laserfiche.com |
Ondersteunde Talen | 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" ] } ] } |