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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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;"
    }
}