Signer.Digital Digital Signature, PKI

Digital Signature of eReturns, PDF & Web User Auth, RSA Encryption/Decryption, Certificate Enrollment/Download on Smartcard.

Signer.Digital Digital Signature, PKI क्या है?

Signer.Digital Digital Signature, PKI https://signer.digital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Digital Signature of eReturns, PDF & Web User Auth, RSA Encryption/Decryption, Certificate Enrollment/Download on Smartcard."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Signer.Digital Digital Signature, PKI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension does not require Java Runtime (JRE) on Windows, Linux or Mac.

Digital Signature Chrome Extension: Signer.Digital Chrome Extension by Chartered Information Systems Pvt. Ltd., India is chrome extension for Digitally Signing Returns, XML, Hash, Content, Document, PDF, Data Encryption/Decryption, etc from Browser using Certificate in Smart Cards, USB Tokens, PFX file on User's System, User's Local Certificate Store or Hardware Security Modules (HSM), Signer.Digital Signing Web APIs. Also has API for Certificate Enrollment/Download on Smartcard or USB Token directly form the modern browsers. API for list of connected Smartcard may be used to detect connected Smartcard or USB Token.

JULY 2022 - Added support for ICP-Brazil and ITIDA Egypt.

Windows Host application used by this extension may be Downloaded from:
https://downloads.signer.digital/Signer.Digital.Browser.Extension.Setup.msi

User has full control on Allowed Origins.  Before every action (operation), Extension Host shows dialog and user can choose 'Deny', 'Allow Once', 'Always Allow' and 'Manage Origins'.

To check working of this extension visit https://web.signer.digital

Contact us for Linux and Mac Host application.

Most of the JavaScript API in Signer.Digital Browser Extension is completely FREE to use (Only API GenerateCSR and ImportCert - which are mainly used by Certifying Authorities for Certificate Issuance is not free.) Certifying authorities are requested to contact [email protected] to enable their 'Issuer Name' in the Signer.Digital Browser Extension.

Chartered Information Systems also provides secure Slots in HSM hosted in Multi Tenant mode, for digital signing.

This extension is widely used for Digitally Signing PDF Documents from Browser, Web Authentication using Digital Certificate, Signing eReturns, AuthTokens, Data Encryption/Decryption using Smartcard or USB Token connected to user's browser.

Works on Chrome and Chromium base Edge browsers.

Sample Code, Walk-through, and Source code of Windows Integration project is available at https://help.signer.digital/digital_signing_and_authentication_from_web_browser.htm
 
Signer.Digital.Weblib is free for single page signing from .NET web application                    

एक्सटेंशन की मूल जानकारी

नाम Signer.Digital Digital Signature, PKI Signer.Digital Digital Signature, PKI
ID glghokcicpikglmflbbelbgeafpijkkf
आधिकारिक URL https://chromewebstore.google.com/detail/signerdigital-digital-sig/glghokcicpikglmflbbelbgeafpijkkf
विवरण Digital Signature of eReturns, PDF & Web User Auth, RSA Encryption/Decryption, Certificate Enrollment/Download on Smartcard.
फ़ाइल का आकार 48.36 KB
स्थापना संख्या 1,877,868
वर्तमान संस्करण 3.2.6
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2019-06-07
रेटिंग 4.57/5 कुल 46 रेटिंग्स
डेवलपर https://signer.digital
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.signer.digital
सहायता पृष्ठ URL https://help.signer.digital
गोपनीयता नीति पृष्ठ URL https://signer.digital/discloser-disclaimer-signer-digital-browser-extension
समर्थित भाषाएँ en
manifest.json
{
    "name": "Signer.Digital Digital Signature, PKI",
    "author": "Chartered Information Systems Pvt. Ltd",
    "description": "Digital Signature of eReturns, PDF & Web User Auth, RSA Encryption\/Decryption, Certificate Enrollment\/Download on Smartcard.",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sdscript.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src-elem 'self'; style-src 'sha256-uLwQTV1tPwb9YVsJyNd7aW0N2K5Q81CuSbjDdsEm2lQ='"
    },
    "action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.6"
}