Laserfiche Web Access Extension

This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration

Hvad er Laserfiche Web Access Extension?

Laserfiche Web Access Extension er en Chrome-udvidelse udviklet af Laserfiche Web Access, og dens hovedfunktion er "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".

Udvidelsesskærmbilleder

screenshot

Download Laserfiche Web Access Extension-udvidelses-CRX-fil

Download Laserfiche Web Access Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Laserfiche Web Access Extension Laserfiche Web Access Extension
ID hahgfnifdgeglafkjpbidmnfnbcmdicf
Officiel URL https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf
Beskrivelse This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Filstørrelse 4.29 KB
Antal Installationer 341,112
Nuværende Version 1.4
Senest Opdateret 2022-06-30
Udgivelsesdato 2016-09-12
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler Laserfiche Web Access
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.laserfiche.com
Understøttede Sprog 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"
            ]
        }
    ]
}