HubSpot eSignatures by GetAccept

Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept

什么是HubSpot eSignatures by GetAccept?

HubSpot eSignatures by GetAccept是由https://getaccept.com开发的Chrome扩展程序,该扩展的主要功能是“Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载HubSpot eSignatures by GetAccept扩展crx文件

下载HubSpot 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 HubSpot 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.                    

扩展基本信息

名称 HubSpot eSignatures by GetAccept HubSpot eSignatures by GetAccept
ID dhiabblhplagmkfjfeepopdiidehnmlm
官方URL https://chromewebstore.google.com/detail/hubspot-esignatures-by-ge/dhiabblhplagmkfjfeepopdiidehnmlm
简介 Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept
文件大小 3.73 MB
安装次数 3,090
当前版本 1.55.0
更新时间 2024-01-23
上架时间 2020-06-01
评分 4.20/5 共10次评分
开发者 https://getaccept.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.getaccept.com/integrations/hubspot-crm.html
隐私政策页面URL https://www.getaccept.com/policy.html
支持的语言 en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HubSpot eSignatures by GetAccept",
    "short_name": "HubSpot",
    "version": "1.55.0",
    "author": "GetAccept Inc.",
    "manifest_version": 3,
    "description": "Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept",
    "homepage_url": "https:\/\/www.getaccept.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.hubspot.com\/sales\/*",
                "https:\/\/app.hubspot.com\/contacts\/*",
                "https:\/\/app-eu1.hubspot.com\/sales\/*",
                "https:\/\/app-eu1.hubspot.com\/contacts\/*"
            ],
            "js": [
                "entry.js"
            ],
            "all_frames": true,
            "runt_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "HubSpot eSignatures by GetAccept"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/*.hubapi.com\/*",
        "https:\/\/*.getaccept.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "entry.js",
                "crm\/*",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self'; script-src 'self'; img-src 'self' data:; font-src 'self' data:; connect-src 'self' blob: https:\/\/*.hubspot.com https:\/\/*.hubapi.com  https:\/\/*.getaccept.com https:\/\/*.ga-staging.com https:\/\/*.bugsnag.com ws:\/\/localhost:9090;"
    }
}