Servicio de Firma Local

Servicio de firma local

Servicio de Firma Local là gì?

Servicio de Firma Local là một tiện ích mở rộng Chrome được phát triển bởi https://minder.cc, và tính năng chính của nó là "Servicio de firma local".

Ả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 Servicio de Firma Local

Tải xuống các tệp mở rộng Servicio de Firma Local 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

                        Servicio de firma local para firmado de documentación.
Compatible con certificados digitales almacenados en repositorios locales y/o token criptográficos.                    

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

Tên Servicio de Firma Local Servicio de Firma Local
ID aponfihjobhijcogheaipnmolliifkkc
URL Chính Thức https://chromewebstore.google.com/detail/servicio-de-firma-local/aponfihjobhijcogheaipnmolliifkkc
Mô tả Servicio de firma local
Kích Thước Tệp 97.37 KB
Số Lần Cài Đặt 1,501
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2023-09-04
Ngày Phát Hành 2019-09-20
Nhà Phát Triển https://minder.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://minder.cc/
URL Trang Chính Sách Bảo Mật https://pdp.minder.cc
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tulegajo.com\/*",
                "https:\/\/*.reciboselectronicos.com\/*",
                "https:\/\/*.recibosdigitales.com\/*",
                "https:\/\/*.tudel.cl\/*",
                "https:\/\/*.miportalonline.com\/*",
                "https:\/\/interlegajo.interbanking.com.ar\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Servicio de firma local",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "name": "Servicio de Firma Local",
    "permissions": [
        "nativeMessaging",
        "downloads",
        "downloads.open",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "web_accessible_resources": [
        "api.js"
    ]
}