Upsales eSignatures by GetAccept

Electronic Signatures and Document Tracking for Upsales CRM by GetAccept

什麼是Upsales eSignatures by GetAccept?

Upsales eSignatures by GetAccept是由GetAccept Inc.開發的Chrome擴展程式,該擴展的主要功能是“Electronic Signatures and Document Tracking for Upsales CRM by GetAccept”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Upsales eSignatures by GetAccept擴展crx文件

下載Upsales eSignatures by GetAccept擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is great to send company presentations, sales quotations, HR-documents and other important documents. With advanced document tracking and legally binding eSignatures (Electronic Signatures) you can start sending out your first documents and get them signed within minutes directly from Upsales CRM. 

Start with the free plan and grow with your whole team to close more deals faster.

Compared to solutions from our competitors, GetAccept lets you automate your document process with personal video presentation, retargeting and smart notifications based on AI and machine learning.                    

擴展基本資訊

名稱 Upsales eSignatures by GetAccept Upsales eSignatures by GetAccept
ID gnjbgdkinfklkimkapoofakbiceckokj
官方網址 https://chromewebstore.google.com/detail/upsales-esignatures-by-ge/gnjbgdkinfklkimkapoofakbiceckokj
簡介 Electronic Signatures and Document Tracking for Upsales CRM by GetAccept
檔案大小 1.37 MB
安裝次數 905
目前版本 1.37.7
更新時間 2023-10-27
上架時間 2019-09-28
評分 5.00/5 共 1 次評分
開發者 GetAccept Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.getaccept.se
說明頁面URL https://www.getaccept.se
隱私政策頁面URL https://www.getaccept.com/policy.html
支援的語言 en,fr,no,da,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upsales eSignatures by GetAccept",
    "short_name": "Upsales",
    "version": "1.37.7",
    "author": "GetAccept Inc.",
    "manifest_version": 3,
    "description": "Electronic Signatures and Document Tracking for Upsales CRM by GetAccept",
    "homepage_url": "https:\/\/www.getaccept.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "sv",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.upsales.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.upsales.com\/*",
                "https:\/\/*.upsales.com\/api\/*",
                "https:\/\/api-docs.upsales.com\/*",
                "https:\/\/api.upsales.com\/*",
                "https:\/\/pages.upsales.com\/*",
                "https:\/\/integration.upsales.com\/*",
                "https:\/\/support.upsales.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/pusher.min.js",
                "js\/axios.min.js",
                "src\/pusher-client.js",
                "src\/upsales.js",
                "src\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Upsales eSignatures by GetAccept"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.upsales.com\/*",
        "https:\/\/*.getaccept.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.svg",
                "img\/logo-inverted.svg",
                "img\/cog.gif",
                "img\/users.gif",
                "img\/support.gif",
                "img\/loader.gif",
                "img\/processing.gif",
                "img\/avataru.png",
                "img\/logo-only.png",
                "img\/template.png",
                "img\/video-thumb.jpg",
                "img\/upsales-youtube.png",
                "img\/intro-helplayer.png",
                "img\/ani-sign.gif",
                "img\/docprocessing.gif",
                "img\/close.png",
                "img\/docs-icon.png",
                "img\/expand.png",
                "img\/folder.png",
                "src\/content.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}