FEPWeb CMS Digital Signature Extension

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

Was ist FEPWeb CMS Digital Signature Extension?

FEPWeb CMS Digital Signature Extension ist eine Chrome-Erweiterung, die von FEPWeb do Brasil entwickelt wurde, und ihr Hauptmerkmal ist "This extension is used to digitally sign documents with digital certificates.".

Erweiterungsscreenshots

screenshot
screenshot

FEPWeb CMS Digital Signature Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie FEPWeb CMS Digital Signature Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        FEPWeb CMS Chrome Extension to Sign documents with digital certificates.                    

Grundlegende Informationen zur Erweiterung

Name FEPWeb CMS Digital Signature Extension FEPWeb CMS Digital Signature Extension
ID bcellnicpceplkigjnldelfglfmomhon
Offizielle URL https://chromewebstore.google.com/detail/fepweb-cms-digital-signat/bcellnicpceplkigjnldelfglfmomhon
Beschreibung This extension is used to digitally sign documents with digital certificates.
Dateigröße 121 KB
Installationsanzahl 187,128
Aktuelle Version 1.3.2
Letztes Update 2023-09-29
Veröffentlichungsdatum 2018-12-19
Bewertung 3.08/5 Insgesamt 12 Bewertungen
Entwickler FEPWeb do Brasil
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.fepweb.com.br/
Unterstützte Sprachen 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"
            ]
        }
    ]
}