signNow - Sign and Fill PDF & Word Documents

Sign PDF and Word documents from the web by clicking "Open in signNow" from any document in your browser.

signNow - Sign and Fill PDF & Word Documentsとは何ですか?

signNow - Sign and Fill PDF & Word Documentsはhttps://signnow.comによって開発されたChromeの拡張機能で、その主な機能は「Sign PDF and Word documents from the web by clicking "Open in signNow" from any document in your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

signNow - Sign and Fill PDF & Word Documents拡張機能のCRXファイルをダウンロード

signNow - Sign and Fill PDF & Word Documents拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        SignNow is an advanced e-signature solution that makes signing documents online and collecting e-signatures fast and easy. SignNow is a trusted platform, frequently featured in Forbes, Techcrunch, Mashable, Lifehacker and also on G2 Crowd. Deron Williams, professional basketball player for the Cleveland Cavaliers, used SignNow to e-sign his $98M NBA contract. Pepsi also used SignNow for receiving signed and notarized forms to feature contestant clips in the Super Bowl halftime show.

SignNow's Chrome extension makes it possible to sign documents directly within Chrome. Simply click "Open in SignNow" for any PDF you want to sign and follow the automated instructions to add an e-signature directly in your browser.

Forget about having to print out, scan, fax or ship expensive overnight parcels of urgent documents. E-sign your document in three simple steps:

1. Click on PDF to open the document.
2. Add a signature by drawing it with your mouse, typing your name or uploading an image of your signature. 
3. Once you’ve signed a document, you can send it via Gmail, download it or simply keep it secure in private cloud storage for later use.

SignNow e-signatures look exactly like wet-ink signatures and are recognized as legally binding worldwide. Customers often use SignNow for filling in fields and e-signing NDA’s, sales agreements, sponsor endorsements, real estate contracts, permission slips, membership application forms and many other document types.

Key Features:
• Get documents e-signed by as many signers as needed
• Add mandatory and optional fields to be filled in by signers
• Turn scans and photos into PDF documents
• Merge several documents into one
• Send documents for e-signing from any desktop computer or mobile device
• Kiosk Mode for in-person e-signing directly on the spot 

Extended functionality:
• offline e-signing with real-time synchronization of desktop and mobile accounts 
• Create and reuse templates for your most frequently used documents
• Automated and intuitive guidance throughout the entire e-signature process
• Dual-factor authentication of signers via password, phone call or SMS 
• Court-admissible audit trails for each document

Contact our support team for any further details at: [email protected]                    

拡張機能の基本情報

名前 signNow - Sign and Fill PDF & Word Documents signNow - Sign and Fill PDF & Word Documents
ID nlaealbpbmpioeidemdfedkfmglobidl
公式URL https://chromewebstore.google.com/detail/signnow-sign-and-fill-pdf/nlaealbpbmpioeidemdfedkfmglobidl
説明 Sign PDF and Word documents from the web by clicking "Open in signNow" from any document in your browser.
ファイルサイズ 1.85 MB
インストール数 31,469
現在のバージョン 3.6
最終更新日 2021-06-22
公開日 2019-05-02
評価 4.06/5 合計 258 レビュー
開発者 https://signnow.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.signnow.com
ヘルプページのURL https://university.signnow.com/
プライバシーポリシーページのURL https://www.signnow.com/terms
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "signNow - Sign and Fill PDF & Word Documents",
    "version": "3.6",
    "manifest_version": 2,
    "description": "Sign PDF and Word documents from the web by clicking \"Open in signNow\" from any document in your browser.",
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "pdfHandler.html"
    },
    "browser_action": {
        "default_title": "signNow",
        "default_popup": "pageAction\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/gmail.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.signnow.com\/*",
                "*:\/\/signnow.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/signnow.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "incognito": "split",
    "storage": {
        "managed_schema": "preferences_schema.json"
    },
    "web_accessible_resources": [
        "content\/web\/viewer.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*"
    ]
}