Certisign WebSigner Extension
Extensão WebSigner Certisign
Certisign WebSigner Extension란 무엇입니까?
Certisign WebSigner Extension은(는) https://get.websignerplugin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensão WebSigner Certisign"입니다.
확장 프로그램 스크린샷
Certisign WebSigner Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is used to sign documents digitally inside the Certisign platform (www.portaldeassinaturas.com.br). You will need to have a digital certificate in order to sign your documents, if you do not have one, please visit our website www.certisign.com.br and check which certificate fit your needs better.
확장 프로그램 기본 정보
이름 | Certisign WebSigner Extension |
ID | acfifjfajpekbmhmjppnmmjgmhjkildl |
공식 URL | https://chromewebstore.google.com/detail/certisign-websigner-exten/acfifjfajpekbmhmjppnmmjgmhjkildl |
설명 | Extensão WebSigner Certisign |
파일 크기 | 159 KB |
설치 횟수 | 1,071,237 |
현재 버전 | 2.14.4 |
최근 업데이트 | 2022-09-05 |
출시 날짜 | 2019-08-15 |
평점 | 2.59/5 총 93 개의 평점 |
개발자 | https://get.websignerplugin.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://portaldeassinaturas.com.br/Info/Contato |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgWN3K8jPBMCvS7hcWMCyOfmKpI5wKJFuAOToZDWls7HmnPSQtJwC9wZCjIHeCCBYhyViOlRkZY2jWIh\/Slx5Klqx3eVnF81iD3pGrKpVFTG8SqCwma+0KISRmYnwsXyRU6vSHim1plzo4ZG0Pq04cgCkoFiNcaFH4pxHDS0kI0P3rfQC4iX1tYvgzRWSt4rALx9UscNYRsYbGJyGoiskF8gIzsRDWLT6Abp7Qkx1LqAH4ALJuoOim+3zhdtBnq9te47NcdkWt++YjVgQveB7ulqj8acAIA9w2PHZQsof8UNLSZOr8MHHQk0C5RmXn+L0V1Vnwa\/uDM9C5gf++QBKgwIDAQAB", "name": "Certisign WebSigner Extension", "description": "Extens\u00e3o WebSigner Certisign", "version": "2.14.4", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content-script.js" ], "all_frames": true } ], "background": { "scripts": [ "scripts\/event-page.js" ], "persistent": false }, "permissions": [ "nativeMessaging", "storage" ], "browser_action": { "default_icon": { "19": "img\/browser-icon-small.png", "38": "img\/browser-icon-big.png" }, "default_title": "Web Signer options", "default_popup": "popup.html" }, "default_locale": "en" } |