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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to digitally sign documents with digital certificates."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FEPWeb CMS Digital Signature Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}