Tap to Sign

E-Sign software for car dealerships.

Tap to Signとは何ですか?

Tap to Signはhttps://taptosign.comによって開発されたChromeの拡張機能で、その主な機能は「E-Sign software for car dealerships.」です。

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

screenshot

Tap to Sign拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The easiest way for your customers to e-sign all their purchase documents! Integrates with any PDF and select dealer software. E-Sign remotely or in-person                    

拡張機能の基本情報

名前 Tap to Sign Tap to Sign
ID bejnegmdcklnfcipmkdbmcngioddenpo
公式URL https://chromewebstore.google.com/detail/tap-to-sign/bejnegmdcklnfcipmkdbmcngioddenpo
説明 E-Sign software for car dealerships.
ファイルサイズ 15.53 KB
インストール数 24
現在のバージョン 1.1
最終更新日 2021-09-12
公開日 2021-09-04
開発者 https://taptosign.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://taptosign.com/
ヘルプページのURL https://taptosign.com/
プライバシーポリシーページのURL https://taptosign.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tap to Sign",
    "description": "E-Sign software for car dealerships.",
    "version": "1.1",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.taptosign.com\/*",
            "https:\/\/*.dealercenter.net\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.dealercenter.net\/*"
            ],
            "js": [
                "addButton.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "checkPdf.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.taptosign.com\/*"
            ],
            "js": [
                "initial.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.scsautoexpress.com\/scs.dap.rvt\/ContractListPanel.aspx?*"
            ],
            "js": [
                "autoexpress.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}