SADocumentExtension

Send a message to a native application.

SADocumentExtension là gì?

SADocumentExtension là một tiện ích mở rộng Chrome được phát triển bởi SmartAdvocate, và tính năng chính của nó là "Send a message to a native application.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SADocumentExtension

Tải xuống các tệp mở rộng SADocumentExtension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SADocumentExtension SADocumentExtension
ID ofcdbngfnpdlmdligcclbkihfbahdnph
URL Chính Thức https://chromewebstore.google.com/detail/sadocumentextension/ofcdbngfnpdlmdligcclbkihfbahdnph
Mô tả Send a message to a native application.
Kích Thước Tệp 14.28 KB
Số Lần Cài Đặt 9,160
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-11-29
Ngày Phát Hành 2018-11-28
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển SmartAdvocate
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.smartadvocate.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}