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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Electronic Signatures and Document Tracking for HubSpot CRM by GetAccept"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HubSpot eSignatures by GetAccept एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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;" } } |