PandaDoc: eSignatures for Chrome

Sign documents directly from your browser

PandaDoc: eSignatures for Chrome란 무엇입니까?

PandaDoc: eSignatures for Chrome은(는) https://pandadoc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sign documents directly from your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PandaDoc: eSignatures for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 PandaDoc: eSignatures for Chrome PandaDoc: eSignatures for Chrome
ID baafdgendcjnjaecfkpanpjdhgeedlab
공식 URL https://chromewebstore.google.com/detail/pandadoc-esignatures-for/baafdgendcjnjaecfkpanpjdhgeedlab
설명 Sign documents directly from your browser
파일 크기 501 KB
설치 횟수 1,366
현재 버전 0.1.2
최근 업데이트 2023-07-04
출시 날짜 2023-05-30
평점 5.00/5 총 13 개의 평점
개발자 https://pandadoc.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://support.pandadoc.com/hc/en-us/articles/14963700670103
도움말 페이지 URL https://support.pandadoc.com/
개인정보 보호 정책 페이지 URL https://www.pandadoc.com/privacy-notice
지원되는 언어 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": [
                ""
            ]
        }
    ]
}