Crypto-Plugin

Extension for signing payments without Java

Crypto-Pluginคืออะไร?

Crypto-Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://privatbank.ua และคุณลักษณะหลักของมันคือ "Extension for signing payments without Java"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto-Plugin

ดาวน์โหลดไฟล์ส่วนขยาย Crypto-Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension for interacting with a crypto module, that allows you to sign documents using hardware tokens and keys on files using national cryptography. For work it is necessary to install a native cryptomodule, which is installing separately.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crypto-Plugin Crypto-Plugin
ID idfiabaafjemgcecklpgnebaebonghka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka
คำอธิบาย Extension for signing payments without Java
ขนาดไฟล์ 21.38 KB
จำนวนการติดตั้ง 595,769
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2019-11-19
วันที่เผยแพร่ 2019-11-14
คะแนน 2.61/5 รวมทั้งหมด 294 คะแนน
ผู้พัฒนา https://privatbank.ua
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://privatbank.ua/
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto-Plugin",
    "version": "1.1.8",
    "description": "__MSG_appDesc__",
    "default_locale": "uk",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.ceb.loc\/*",
            "*:\/\/*.p24.ua\/*",
            "*:\/\/*.pb.ua\/*",
            "*:\/\/*.pb.com.ua\/*",
            "*:\/\/*.privat24.ua\/*",
            "*:\/\/*.privatbank.ua\/*",
            "*:\/\/*.biprocessing.org.ua\/*",
            "*:\/\/*.igov.org.ua\/*",
            "*:\/\/*.bankid.org.ua\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "24": "icon24.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "manifest.json"
    ]
}