SADocumentExtension

Send a message to a native application.

SADocumentExtensionคืออะไร?

SADocumentExtension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmartAdvocate และคุณลักษณะหลักของมันคือ "Send a message to a native application."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SADocumentExtension

ดาวน์โหลดไฟล์ส่วนขยาย SADocumentExtension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        SmartAdvocate is the most powerful, full-featured law firm software and case management system available today, dwarfing the competition in features, technology, reliability and support.

SADocumentExtension is required enable directly opening case related documents when using Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
คำอธิบาย Send a message to a native application.
ขนาดไฟล์ 14.28 KB
จำนวนการติดตั้ง 9,160
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-11-29
วันที่เผยแพร่ 2018-11-28
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SmartAdvocate
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.smartadvocate.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SADocumentExtension",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Send a message to a native application.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "DocumentLauncher.png"
    },
    "permissions": [
        "nativeMessaging"
    ]
}