Lime Go eSignatures by GetAccept

Electronic Signatures and Document Tracking for Lime Go by GetAccept

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

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

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

screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Lime Go eSignatures by GetAccept σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Have you ever wondered what's happening to your documents after you press the send-button? With one click from your lead inside Lime Go you can send your sales documents and get real time insights directly back to the business card in Lime Go.

All sent sales document are beautifully organized and you can see the process of every sent document in real time and even analyze how long each pages has been viewed. Deep insights creating a powerful sales advantage. Catch a lead in the moment they’re thinking about you, and be prepared to focus in parts of your proposal that caught their attention.


GetAccept will help you to push the deal forward by taking different actions based on the activities from the recipients. GetAccept support among other things email reminders, SMS links to document, auto-chat-dialogue and targeted remarketing campaigns to decision makers and influencers. When the lead is ready to say YES they eSign the deal. Simple and secure directly in GetAccept.                    

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

Όνομα Lime Go eSignatures by GetAccept Lime Go eSignatures by GetAccept
ID ocdeapccnlihjeamhbikkciiibgnpjih
Επίσημο URL https://chromewebstore.google.com/detail/lime-go-esignatures-by-ge/ocdeapccnlihjeamhbikkciiibgnpjih
Περιγραφή Electronic Signatures and Document Tracking for Lime Go by GetAccept
Μέγεθος Αρχείου 968 KB
Αριθμός Εγκαταστάσεων 235
Τρέχουσα Έκδοση 1.17.9
Τελευταία Ενημέρωση 2023-06-27
Ημερομηνία Δημοσίευσης 2020-05-07
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.getaccept.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.getaccept.com/integrations/lime-go.html
Διεύθυνση 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": "Lime Go eSignatures by GetAccept",
    "short_name": "LimeGo",
    "version": "1.17.9",
    "author": "GetAccept Inc.",
    "manifest_version": 3,
    "description": "Electronic Signatures and Document Tracking for Lime Go 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:\/\/go.lime-go.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.lime-go.com\/*",
                "https:\/\/go.lime-go.com\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/pusher.min.js",
                "js\/axios.min.js",
                "src\/pusher-client.js",
                "src\/limego.js",
                "src\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Lime Go eSignatures by GetAccept"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "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\/limego-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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}