Asseco Signing Tool

Signs documents using personal certificates. Needs native component installed to work.

ما هو Asseco Signing Tool؟

Asseco Signing Tool هو إضافة Chrome تم تطويرها بواسطة asseco.signer، والميزة الرئيسية لها هي "Signs documents using personal certificates. Needs native component installed to work.".

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

screenshot

تحميل ملف CRX للإضافة Asseco Signing Tool

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

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

                        Signs documents using personal certificates. Needs native component installed to work.                    

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

الاسم Asseco Signing Tool Asseco Signing Tool
ID ibfiamfekfpbfebihldgoeicmddpmagb
عنوان URL الرسمي https://chromewebstore.google.com/detail/asseco-signing-tool/ibfiamfekfpbfebihldgoeicmddpmagb
الوصف Signs documents using personal certificates. Needs native component installed to work.
حجم الملف 262 KB
عدد التثبيتات 390
النسخة الحالية 5.1.1
آخر تحديث 2018-12-10
تاريخ النشر 2018-12-10
تقييم 1.00/5 مجموع تقييمات 1
المطور asseco.signer
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "asseco see",
    "manifest_version": 2,
    "name": "Asseco Signing Tool",
    "version": "5.1.1",
    "description": "Signs documents using personal certificates. Needs native component installed to work.",
    "browser_action": {
        "default_icon": {
            "20": "images\/icons8-stamp-20.png",
            "40": "images\/icons8-stamp-40.png",
            "48": "images\/icons8-stamp-48.png",
            "96": "images\/icons8-stamp-96.png"
        },
        "default_title": "Asseco Signing Tool",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*.uvmk.gov.mk\/*",
                "*:\/\/e-agencija.aek.mk\/*",
                "*:\/\/signing.asseco-see.mk\/demo\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "injected-script.js"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "50.0"
        }
    },
    "permissions": [
        "*:\/\/localhost\/*",
        "https:\/\/*.uvmk.gov.mk\/*",
        "*:\/\/e-agencija.aek.mk\/*",
        "*:\/\/signing.asseco-see.mk\/demo\/*",
        "*:\/\/*.w3.org\/*",
        "activeTab",
        "nativeMessaging"
    ]
}