PandaDoc: eSignatures for Chrome

Sign documents directly from your browser

Wat is PandaDoc: eSignatures for Chrome?

PandaDoc: eSignatures for Chrome is een Chrome-extensie ontwikkeld door https://pandadoc.com, en de belangrijkste functie is "Sign documents directly from your browser".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PandaDoc: eSignatures for Chrome

Download PandaDoc: eSignatures for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        PandaDoc’s eSignatures for Chrome extension lets you sign documents directly from your Chrome browser — lightning-fast.

Once you download the extension, simply select its icon and upload a document within Chrome. You and your recipients will be off and eSigning in no time.

eSignatures for Chrome allows you to create documents from PDF and Word files directly from any web page. It’s the best way to simplify your document-signing process — at no cost.

PandaDoc is your smartest choice for proposals, quotes, and contract management. Our electronic signature software improves the workflow efficiency and document security for more than 50,000 customers (and counting!) across the globe.                    

Basisinformatie over de Extensie

Naam PandaDoc: eSignatures for Chrome PandaDoc: eSignatures for Chrome
ID baafdgendcjnjaecfkpanpjdhgeedlab
Officiële URL https://chromewebstore.google.com/detail/pandadoc-esignatures-for/baafdgendcjnjaecfkpanpjdhgeedlab
Beschrijving Sign documents directly from your browser
Bestandsgrootte 501 KB
Aantal Installaties 1,366
Huidige Versie 0.1.2
Laatst Bijgewerkt 2023-07-04
Publicatiedatum 2023-05-30
Beoordeling 5.00/5 Totaal 13 Beoordelingen
Ontwikkelaar https://pandadoc.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://support.pandadoc.com/hc/en-us/articles/14963700670103
Help Pagina-URL https://support.pandadoc.com/
URL van de Privacybeleid Pagina https://www.pandadoc.com/privacy-notice
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PandaDoc: eSignatures for Chrome",
    "version": "0.1.2",
    "description": "Sign documents directly from your browser",
    "author": "PandaDoc",
    "action": {
        "default_popup": "popup.14347e91.html",
        "default_icon": {
            "16": "pandadoc16.9eefd26c.png",
            "32": "pandadoc32.4218e0fa.png",
            "48": "pandadoc48.2b3e3012.png",
            "128": "pandadoc128.db74af8d.png"
        }
    },
    "icons": {
        "16": "pandadoc16.9eefd26c.png",
        "32": "pandadoc32.4218e0fa.png",
        "48": "pandadoc48.2b3e3012.png",
        "128": "pandadoc128.db74af8d.png"
    },
    "background": {
        "service_worker": "background.3d0d67df.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chrome-extension.pandadoc.com\/completed\/"
            ],
            "js": [
                "completed.57d4d704.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.pandadoc.com\/*",
        "*:\/\/pandadoc.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/images\/anonymous.webp",
                "static\/images\/collaborator.webp",
                "static\/images\/error.webp"
            ],
            "matches": [
                ""
            ]
        }
    ]
}