FEPWeb CMS Digital Signature Extension

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

Hvad er FEPWeb CMS Digital Signature Extension?

FEPWeb CMS Digital Signature Extension er en Chrome-udvidelse udviklet af FEPWeb do Brasil, og dens hovedfunktion er "This extension is used to digitally sign documents with digital certificates.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download FEPWeb CMS Digital Signature Extension-udvidelses-CRX-fil

Download FEPWeb CMS Digital Signature Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        FEPWeb CMS Chrome Extension to Sign documents with digital certificates.                    

Grundlæggende oplysninger om udvidelsen

Navn FEPWeb CMS Digital Signature Extension FEPWeb CMS Digital Signature Extension
ID bcellnicpceplkigjnldelfglfmomhon
Officiel URL https://chromewebstore.google.com/detail/fepweb-cms-digital-signat/bcellnicpceplkigjnldelfglfmomhon
Beskrivelse This extension is used to digitally sign documents with digital certificates.
Filstørrelse 121 KB
Antal Installationer 187,128
Nuværende Version 1.3.2
Senest Opdateret 2023-09-29
Udgivelsesdato 2018-12-19
Bedømmelse 3.08/5 Samlet 12 Bedømmelser
Udvikler FEPWeb do Brasil
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.fepweb.com.br/
Understøttede Sprog 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"
            ]
        }
    ]
}