Laserfiche Web Access Extension

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

ما هو Laserfiche Web Access Extension؟

Laserfiche Web Access Extension هو إضافة Chrome تم تطويرها بواسطة Laserfiche Web Access، والميزة الرئيسية لها هي "This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Laserfiche Web Access Extension

قم بتنزيل ملفات الامتداد Laserfiche Web Access Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Laserfiche Web Access Extension Laserfiche Web Access Extension
ID hahgfnifdgeglafkjpbidmnfnbcmdicf
عنوان URL الرسمي https://chromewebstore.google.com/detail/laserfiche-web-access-ext/hahgfnifdgeglafkjpbidmnfnbcmdicf
الوصف This extension lets Laserfiche Web Access support Laserfiche Scanning and Office Integration
حجم الملف 4.29 KB
عدد التثبيتات 341,112
النسخة الحالية 1.4
آخر تحديث 2022-06-30
تاريخ النشر 2016-09-12
تقييم 3.40/5 مجموع تقييمات 5
المطور Laserfiche Web Access
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.laserfiche.com
اللغات المدعومة 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"
            ]
        }
    ]
}