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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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