Freshsales eSignatures by GetAccept

Electronic Signatures and Document Tracking for Freshsales CRM by GetAccept

Τι είναι το Freshsales eSignatures by GetAccept;

Το Freshsales eSignatures by GetAccept είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getaccept.com, και η κύρια λειτουργία του είναι "Electronic Signatures and Document Tracking for Freshsales CRM by GetAccept".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Freshsales eSignatures by GetAccept

Λήψη αρχείων επέκτασης Freshsales 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 e-signed within minutes directly from Freshsales CRM. 

Start with the free plan and grow with your whole team to close more deals faster.

Compared to solutions from DocuSign, Pandadoc, HelloSign, Rightsignature and Adobe sign, GetAccept lets you automate your document process with personal video presentation, retargeting and smart notifications based on AI and machine learning.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Freshsales eSignatures by GetAccept Freshsales eSignatures by GetAccept
ID nfkoojlbpemkgchdipmgknjffdkebfig
Επίσημο URL https://chromewebstore.google.com/detail/freshsales-esignatures-by/nfkoojlbpemkgchdipmgknjffdkebfig
Περιγραφή Electronic Signatures and Document Tracking for Freshsales CRM by GetAccept
Μέγεθος Αρχείου 968 KB
Αριθμός Εγκαταστάσεων 214
Τρέχουσα Έκδοση 1.15.9
Τελευταία Ενημέρωση 2023-07-27
Ημερομηνία Δημοσίευσης 2020-04-17
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://getaccept.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.getaccept.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.getaccept.com/policy.html
Υποστηριζόμενες Γλώσσες en,fr,no,da,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freshsales eSignatures by GetAccept",
    "short_name": "Freshsales",
    "version": "1.15.9",
    "author": "GetAccept Inc.",
    "manifest_version": 3,
    "description": "Electronic Signatures and Document Tracking for Freshsales CRM by GetAccept",
    "homepage_url": "https:\/\/www.getaccept.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshworks.com\/*",
                "https:\/\/*.freshsales.io\/*",
                "https:\/\/*.myfreshworks.com\/*\/deals\/*",
                "https:\/\/*.myfreshworks.com\/*\/accounts\/*",
                "https:\/\/*.myfreshworks.com\/*\/contacts\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.freshsales.io\/*",
                "https:\/\/blog.freshsales.io\/*",
                "https:\/\/support.freshsales.io\/*",
                "https:\/\/*.freshsales.io\/signin",
                "https:\/\/www.freshworks.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/pusher.min.js",
                "js\/axios.min.js",
                "src\/pusher-client.js",
                "src\/content.js",
                "src\/freshworks.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Freshsales eSignatures by GetAccept"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.freshsales.io\/*",
        "https:\/\/*.myfreshworks.com\/*",
        "https:\/\/*.freshworks.com\/*",
        "https:\/\/*.getaccept.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo-white.png",
                "img\/logo.svg",
                "img\/cog.gif",
                "img\/users.gif",
                "img\/support.gif",
                "img\/logo-inverted.svg",
                "img\/cog-inverted.gif",
                "img\/users-inverted.gif",
                "img\/support-inverted.gif",
                "img\/loader.gif",
                "img\/processing.gif",
                "img\/avataru.png",
                "img\/logo-only.png",
                "img\/template.png",
                "img\/video-thumb.jpg",
                "img\/freshworks-youtube.png",
                "img\/intro-helplayer.png",
                "img\/ani-sign.gif",
                "img\/docprocessing.gif",
                "img\/close.png",
                "img\/docs-icon.png",
                "img\/expand.png",
                "src\/content.html",
                "icons\/icon48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}