Open Digital Signer App

Open Digital Signer enables any website to integrate the feature signing of digital documents(PDF or XML) from browser

Τι είναι το Open Digital Signer App;

Το Open Digital Signer App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BCC Certifying Authority (CA), και η κύρια λειτουργία του είναι "Open Digital Signer enables any website to integrate the feature signing of digital documents(PDF or XML) from browser".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Open Digital Signer App

Λήψη αρχείων επέκτασης Open Digital Signer App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Open Digital Signer by Bangladesh Computer Council CA(BCC CA) is a google chrome  extension that enables any website to integrate the feature signing of digital documents(PDF or XML) from browser,  with a locally held  Certificate & key storage ( in Smartcards, USB Token, User's Local Certificate Store)

Please follow the steps before you start signing :-
- Step 1: Get Open Digital Signer Chrome extension from the chrome webstore  in your Chrome browser

- Step 2: Download Windows Host application Installer and install it your local windows 7/8/10/11 machine. (Download link : https://bcloud.bcc.gov.bd/index.php/s/KTZjPkeypQUA88h)

- Step 3: If both step 1 & step 2 are complete , then open link https://opensigner.bcc-ca.gov.bd/ and choose Certificate Selection Test tab and click the Select Certificate to Test button. If it opens a certificate selection option like the picture below then we are ready to sign xml or pdf in the next tabs

- Step 4 (optional): If you have no certificate installed in your local computer, you can install and try with is test certificate to check the functionalities. Please download test certificate from here : https://bcloud.bcc.gov.bd/index.php/s/Z3DzUswHPZVVC0Y password: 123456

- Step 5: If Step 3 works fine, your local environment is ready to sign any xml or pdf using our native app and browser extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Open Digital Signer App Open Digital Signer App
ID bjomgmkahhkfmfilpeceeahjeeaiedkj
Επίσημο URL https://chromewebstore.google.com/detail/open-digital-signer-app/bjomgmkahhkfmfilpeceeahjeeaiedkj
Περιγραφή Open Digital Signer enables any website to integrate the feature signing of digital documents(PDF or XML) from browser
Μέγεθος Αρχείου 17.65 KB
Αριθμός Εγκαταστάσεων 210
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-01-10
Ημερομηνία Δημοσίευσης 2021-11-14
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής BCC Certifying Authority (CA)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bcc-ca.gov.bd/
Διεύθυνση URL της Σελίδας Βοήθειας https://bcc-ca.gov.bd/contact
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkDt5d+JUF0Z9gJZGI41+CchhwuAi43iMwiJAcceVAotiSpQsh+a7NKhBF2Dn4Orss+13GliNm1dgtq7iXVIGFHqqHwD0ruSQJaROH2rDUrQ3QLm25evqhlAo7kMNez2SzRxi6LnJPkxDAIE\/OYg37VhQhtZzCpE\/ArR8n\/NnO0pnu0sf8bUvePYUXk6IucRlYwu8Ph2QhrSrhQUVLPJfZuJ3mfTKGIWFnW1TY4H2u65G9cRCGUaSDFEaXUilbwQdBXjEaO4UglMcilpR24m2uTd91APyN23K\/oH9sT\/X0lOQX72pWtZW2ctRl0cne\/Qb3Mp2LB+CGdlakIranDLHlQIDAQAB",
    "name": "Open Digital Signer App",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Open Digital Signer enables any website to integrate the feature signing of digital documents(PDF or XML) from browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/extension.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": true
    }
}