PEXA Digital Signing for Chrome

Sign PEXA documents

什麼是PEXA Digital Signing for Chrome?

PEXA Digital Signing for Chrome是由Property Exchange Australia開發的Chrome擴展程式,該擴展的主要功能是“Sign PEXA documents”。

擴展截圖

screenshot

下載PEXA Digital Signing for Chrome擴展crx文件

下載PEXA Digital Signing for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PEXA provides a simple and secure way to electronically sign documents and financial settlement when using your Chrome browser. 

Your Security is important. Digital Certificates use public key cryptographic technology to secure information that passes from one computer to another over a network.
This technology helps to ensure that transacting online is a secure method of information exchange.

Install the PEXA digital signing extension today and eliminate the costs, hassle, and lack of security in paper-based world.

For more information on how we handle your personal information, please refer to PEXA's privacy policy at https://www.pexa.com.au/privacy-policy                    

擴展基本資訊

名稱 PEXA Digital Signing for Chrome PEXA Digital Signing for Chrome
ID mehmbceeoajoljjbcodcbjlhmopjmlmf
官方網址 https://chromewebstore.google.com/detail/pexa-digital-signing-for/mehmbceeoajoljjbcodcbjlhmopjmlmf
簡介 Sign PEXA documents
檔案大小 1.36 MB
安裝次數 35,078
目前版本 1.0.6.0
更新時間 2019-08-14
上架時間 2019-08-14
評分 5.00/5 共 2 次評分
開發者 Property Exchange Australia
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.pexa.com.au
說明頁面URL https://www.pexa.com.au/digicert
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/constants.js",
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*.pexa.net.au\/*",
                "*:\/\/*.pexa.com.au\/*",
                "*:\/\/*.pexalabs.com.au\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Sign PEXA documents",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApRQ4qDZ4tYP9cUW7mAbpbw5npclpYcbKczrJlcKhEDgR5dHaw3fIcFj7BUxMV2wQdmR7OoGJA\/I3asKyCgUYE2u8wDLrMogXUtrc\/ljeCvXH8q377HRNJiSEpC\/GyD8kmKNg42lG\/z3QxB9En6uWK4TRtU3IIhPv6JzhS0M2gxhrR6Qqzv2SQeZMzEJcbJNDpjRdJqpfX4guhYH6\/Pw0ldYe6vjtPkGMBPZu7vWIDob5ZLjsOoz2b99IPK1J8tJrThJGpwlkKWB10M92hiYpkuAD6okwjUR1tO52uTSK7552Rn+rwehFW4kpM+cQx9bDN4QkY9iexDZY+I40HQIW6wIDAQAB",
    "minimum_chrome_version": "45.0",
    "name": "PEXA Digital Signing for Chrome",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.6.0",
    "web_accessible_resources": [
        "scripts\/constants.js"
    ]
}