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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}