FEPWeb CMS Digital Signature Extension

This extension is used to digitally sign documents with digital certificates.

FEPWeb CMS Digital Signature Extension란 무엇입니까?

FEPWeb CMS Digital Signature Extension은(는) FEPWeb do Brasil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is used to digitally sign documents with digital certificates."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FEPWeb CMS Digital Signature Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FEPWeb CMS Chrome Extension to Sign documents with digital certificates.                    

확장 프로그램 기본 정보

이름 FEPWeb CMS Digital Signature Extension FEPWeb CMS Digital Signature Extension
ID bcellnicpceplkigjnldelfglfmomhon
공식 URL https://chromewebstore.google.com/detail/fepweb-cms-digital-signat/bcellnicpceplkigjnldelfglfmomhon
설명 This extension is used to digitally sign documents with digital certificates.
파일 크기 121 KB
설치 횟수 187,128
현재 버전 1.3.2
최근 업데이트 2023-09-29
출시 날짜 2018-12-19
평점 3.08/5 총 12 개의 평점
개발자 FEPWeb do Brasil
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.fepweb.com.br/
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgnvQD5SpFOKgvqhzgYngGp0Nct+YKP2\/xwZ7gb1JxJs6be2AEuwAhg4x\/rxZglbFNiFmnDlNfBTyjxMumOvyGSvIKn4VWA8gH8hra31niZDERfpTDIx998ZAH1pGhac+qmBkBOyhz\/xtGm8KtjFAPnNKndmWRueg1UH49ju8d+uJVKauOF+n62MU016q6Rja\/U7hz8FlchrcAV5PwUEQnXkBCWPJU+v6fzq03phY66GYMlSDR0zWIe+qzuoaNv\/ZTm6F9Ge+V+Ty4xTAoKQTNNqsQoh8jEDna8KVc6VN7jHj9aO\/cw2prAAK0nMuYqBtaPI6ElYBwhsuarSQd8Z4KwIDAQAB",
    "name": "FEPWeb CMS Digital Signature Extension",
    "description": "This extension is used to digitally sign documents with digital certificates.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "fepweb-120x120.png",
        "default_popup": "popup.html",
        "default_title": "Click to see FEPWeb extension information."
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "fepweb.ico",
        "48": "fepweb-48x48.png",
        "128": "fepweb-120x120.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "activeTab",
        "background",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "web_accessible_resources": [
        "logo_fepweb.png",
        "manifest.json"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}