Laserfiche Web Access Extension

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

Co je Laserfiche Web Access Extension?

Laserfiche Web Access Extension je rozšíření Chrome vyvinuté Laserfiche Web Access, a jeho hlavní funkcí je „This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Laserfiche Web Access Extension

Stáhněte si soubory rozšíření Laserfiche Web Access Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Laserfiche Web Access Extension Laserfiche Web Access Extension
ID hahgfnifdgeglafkjpbidmnfnbcmdicf
Oficiální URL https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf
Popis This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Velikost souboru 4.29 KB
Počet instalací 341,112
Aktuální Verze 1.4
Poslední Aktualizace 2022-06-30
Datum Vydání 2016-09-12
Hodnocení 3.40/5 Celkem 5 Hodnocení
Vývojář Laserfiche Web Access
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.laserfiche.com
Podporované Jazyky 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"
            ]
        }
    ]
}