Upsales eSignatures by GetAccept
Electronic Signatures and Document Tracking for Upsales CRM by GetAccept
Upsales eSignatures by GetAccept क्या है?
Upsales eSignatures by GetAccept GetAccept Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Electronic Signatures and Document Tracking for Upsales CRM by GetAccept"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Upsales 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 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 |
ID | gnjbgdkinfklkimkapoofakbiceckokj |
आधिकारिक URL | 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": [ "*:\/\/*\/*" ] } ] } |