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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FEPWeb do Brasil และคุณลักษณะหลักของมันคือ "This extension is used to digitally sign documents with digital certificates."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FEPWeb CMS Digital Signature Extension

ดาวน์โหลดไฟล์ส่วนขยาย FEPWeb CMS Digital Signature Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}