Laserfiche Web Access Extension
This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Cos'è Laserfiche Web Access Extension?
Laserfiche Web Access Extension è un'estensione di Chrome sviluppata da Laserfiche Web Access, e la sua funzione principale è "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Laserfiche Web Access Extension
Scarica i file di estensione Laserfiche Web Access Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hahgfnifdgeglafkjpbidmnfnbcmdicf |
URL Ufficiale | https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf |
Descrizione | This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration |
Dimensione del File | 4.29 KB |
Conteggio Installazioni | 341,112 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-06-30 |
Data di Pubblicazione | 2016-09-12 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | Laserfiche Web Access |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.laserfiche.com |
Lingue Supportate | 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" ] } ] } |