HubSpot eSignatures by GetAccept

Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept

O que é HubSpot eSignatures by GetAccept?

HubSpot eSignatures by GetAccept é uma extensão do Chrome desenvolvida por https://getaccept.com, e sua principal característica é "Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HubSpot eSignatures by GetAccept

Baixe arquivos de extensão HubSpot eSignatures by GetAccept no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome HubSpot eSignatures by GetAccept HubSpot eSignatures by GetAccept
ID dhiabblhplagmkfjfeepopdiidehnmlm
URL Oficial https://chromewebstore.google.com/detail/hubspot-esignatures-by-ge/dhiabblhplagmkfjfeepopdiidehnmlm
Descrição Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept
Tamanho do Arquivo 3.73 MB
Contagem de Instalações 3,090
Versão Atual 1.55.0
Última Atualização 2024-01-23
Data de Publicação 2020-06-01
Classificação 4.20/5 Total de 10 Avaliações
Desenvolvedor https://getaccept.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.getaccept.com/integrations/hubspot-crm.html
URL da Página de Política de Privacidade https://www.getaccept.com/policy.html
Idiomas Suportados 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;"
    }
}