Asseco Signing Tool

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

Asseco Signing Tool là gì?

Asseco Signing Tool là một tiện ích mở rộng Chrome được phát triển bởi asseco.signer, và tính năng chính của nó là "Signs documents using personal certificates. Needs native component installed to work.".

Ả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 Asseco Signing Tool

Tải xuống các tệp mở rộng Asseco Signing Tool 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

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

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

Tên Asseco Signing Tool Asseco Signing Tool
ID ibfiamfekfpbfebihldgoeicmddpmagb
URL Chính Thức https://chromewebstore.google.com/detail/asseco-signing-tool/ibfiamfekfpbfebihldgoeicmddpmagb
Mô tả Signs documents using personal certificates. Needs native component installed to work.
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 390
Phiên Bản Hiện Tại 5.1.1
Cập Nhật Lần Cuối 2018-12-10
Ngày Phát Hành 2018-12-10
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển asseco.signer
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}