DocuSign eSignature for Chrome

Access DocuSign eSignature anytime you’re in Chrome.

Was ist DocuSign eSignature for Chrome?

DocuSign eSignature for Chrome ist eine Chrome-Erweiterung, die von https://www.docusign.com entwickelt wurde, und ihr Hauptmerkmal ist "Access DocuSign eSignature anytime you’re in Chrome.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

DocuSign eSignature for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie DocuSign eSignature for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Whether you’re online shopping, surfing the web, or watching your favorite show, stay in the loop and act on your documents using the DocuSign eSignature Chrome integration.  View envelope status, send reminders, sign documents, and start collecting signatures directly from your Chrome browser.
 
Sign documents in one click and turn your browser into a powerful signing tool.
Start collecting signatures by uploading a document to the DocuSign eSignature Chrome integration and finish the tagging process in DocuSign.
Monitor the status of all your documents. Send reminders and take immediate action when you need to sign a document.
Boost security, privacy and efficiency with complete workflow integration between eSignature and Google Chrome.
Free and easy: Get started with DocuSign’s basic features including eSignature, document routing and mobile app access
 
DocuSign eSignature is the world's #1 way to sign electronically on practically any device, from almost anywhere, at any time. Today, more than 560,000 customers and hundreds of millions of users in over 180 countries use DocuSign to accelerate the process of doing business and to simplify their lives.
 
Here’s what comes with your free plan:
- Endless signing: Sign unlimited documents as a recipient. 
- Prepare and send documents out for signature: Send up to three documents for others to sign. 
- Your free plan includes all the basics: This includes “sign here” tags, document routing and mobile app access. 
 
Questions?
Have questions or comments about DocuSign? We would love to hear from you, so please reach out to [email protected].                    

Grundlegende Informationen zur Erweiterung

Name DocuSign eSignature for Chrome DocuSign eSignature for Chrome
ID blkboeaihdlecgdjjgkcabbacndbjibc
Offizielle URL https://chromewebstore.google.com/detail/docusign-esignature-for-c/blkboeaihdlecgdjjgkcabbacndbjibc
Beschreibung Access DocuSign eSignature anytime you’re in Chrome.
Dateigröße 133 KB
Installationsanzahl 377,767
Aktuelle Version 4.4.25
Letztes Update 2024-02-21
Veröffentlichungsdatum 2020-02-13
Bewertung 4.35/5 Insgesamt 1264 Bewertungen
Entwickler https://www.docusign.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.docusign.com/company/privacy-policy
Unterstützte Sprachen de,en,fr,nl,es,es-419,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "4.4.25",
    "short_name": "DocuSign",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "https:\/\/www.dropbox.com\/home*",
        "https:\/\/dl-web.dropbox.com\/get*",
        "https:\/\/*.docusign.com\/*",
        "https:\/\/*.docusign.net\/Member\/*",
        "https:\/\/chromeext\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "19": "icons\/19.inactive.png",
            "38": "icons\/38.png"
        },
        "default_title": "DocuSign",
        "default_popup": "shell.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dropbox.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.bpopup.min.js",
                "scripts\/common.js",
                "scripts\/shell.js",
                "scripts\/logging-override.js",
                "content-scripts\/dropbox.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*.pdf*",
                "file:\/\/*\/*.pdf*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.bpopup.min.js",
                "scripts\/common.js",
                "scripts\/shell.js",
                "scripts\/logging-override.js",
                "content-scripts\/pdf.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.docusign.com\/home",
                "https:\/\/appdemo.docusign.com\/home",
                "https:\/\/*.docusign.net\/Member\/Home.aspx"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.bpopup.min.js",
                "scripts\/common.js",
                "scripts\/logging-override.js",
                "content-scripts\/post-landing.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/chromeext\/panel"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/social-login.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.docusign.com\/username*",
                "https:\/\/*.docusign.net\/username*"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery.min.js",
                "content-scripts\/federated-login.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.docusign.net\/Member\/MemberForgotPassword.aspx*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "content-scripts\/forget-password.js"
            ]
        },
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.bpopup.min.js",
                "lib\/arrive-2.0.0.min.js",
                "lib\/decimal.min.js",
                "scripts\/common.js",
                "scripts\/shell.js",
                "scripts\/logging-override.js",
                "content-scripts\/inbox.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "shell.html",
                "lib\/*.js",
                "scripts\/*.js",
                "content-scripts\/gmail.inject.js",
                "icons\/*.png",
                "\/lib\/jquery.min.js",
                "\/lib\/luxon.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}