Laserfiche Web Access Extension

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

Vad är Laserfiche Web Access Extension?

Laserfiche Web Access Extension är en Chrome-tillägg utvecklad av Laserfiche Web Access, och dess huvudfunktion är "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".

Tilläggsskärmbilder

screenshot

Ladda ner Laserfiche Web Access Extension-förlängningens CRX-fil

Ladda ner Laserfiche Web Access Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Laserfiche Web Access Extension Laserfiche Web Access Extension
ID hahgfnifdgeglafkjpbidmnfnbcmdicf
Officiell webbadress https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf
Beskrivning This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
Filstorlek 4.29 KB
Antal Installationer 341,112
Aktuell Version 1.4
Senast Uppdaterad 2022-06-30
Publiceringsdatum 2016-09-12
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare Laserfiche Web Access
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.laserfiche.com
Stödda Språk 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"
            ]
        }
    ]
}