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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}