Laserfiche Web Access Extension

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

What is Laserfiche Web Access Extension?

Laserfiche Web Access Extension is a Chrome extension developed by Laserfiche Web Access, and its main feature is "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".

Extension Screenshots

screenshot

Download Laserfiche Web Access Extension Extension CRX File

Download Laserfiche Web Access Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Laserfiche Web Access Extension Laserfiche Web Access Extension
ID hahgfnifdgeglafkjpbidmnfnbcmdicf
Official URL https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf
Description This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
File Size 4.29 KB
Installation Count 341,112
Current Version 1.4
Last Updated 2022-06-30
Publish Date 2016-09-12
Rating 3.40/5 Total 5 Ratings
Developer Laserfiche Web Access
Email [email protected]
Payment Type free
Extension Website https://www.laserfiche.com
Supported Languages 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"
            ]
        }
    ]
}