Digital Sales Room & eSignature for Pipedrive

Digital Sales Rooms and Electronic Signatures by GetAccept

Vad är Digital Sales Room & eSignature for Pipedrive?

Digital Sales Room & eSignature for Pipedrive är en Chrome-tillägg utvecklad av GetAccept Inc., och dess huvudfunktion är "Digital Sales Rooms and Electronic Signatures by GetAccept".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Digital Sales Room & eSignature for Pipedrive-förlängningens CRX-fil

Ladda ner Digital Sales Room & eSignature for Pipedrive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Create, share, and track your proposals and contracts – all without leaving Pipedrive!

Install this latest version and enjoy an elevated sales process.

The GetAccept Chrome extension helps your sales team easily build, send, and manage proposals with dynamic videos, meeting summaries, sales decks, pricing tables, and much more. 

With advanced document tracking and legally binding eSignatures, you can start sending your sales documents and contracts and get them signed within minutes – directly from your Pipedrive CRM! 

Compared to other document generation and contract management solutions, GetAccept for Pipedrive is more intuitive, easier to implement, and accelerates your time-to-close cycle via automated flows, forecasting, and smart notifications based on AI and machine learning.

You and your team can:
- Generate branded contracts and proposals in no time: Access GetAccept under Deals, People, and Organizations. Generate your sales documents based on pre-made templates instead of wasting time creating them from scratch.
- Enjoy a fast and accurate quote delivery with flexible pricing tables: GetAccept’s integration automatically pushes product data stored in Pipedrive into dynamic pricing tables. Quotes featuring pricing are modern-looking, error-free, and responsive on all devices. 
- Track recipients’ activities and their buying intent: Receive instant notifications when your recipients leave a message, view the document, or share it with others, ensuring you're always on top of deal progression.
- Collaborate even more effectively using live chat and comments: Buyers and sellers can chat, leave a comment within the document, notify the other party, and resolve any questions and updates seamlessly without any confusion. 
- Send any document for electronic signing directly from Pipedrive: Once the signature is complete, the signed PDF copy will seamlessly return to your CRM for secure storage.
- Make your Pipedrive CRM your single source of truth: Effortlessly store recipient inputs and signed contracts in Pipedrive. Automatically mark the deal as closed-won upon contract signing.

Note: The new version no longer supports Google Drive connection, and you can only activate it for one entity. If you have any questions about this, please contact your designated GetAccept customer success manager.                    

Grundläggande Information om Tillägg

Namn Digital Sales Room & eSignature for Pipedrive Digital Sales Room & eSignature for Pipedrive
ID omdhnbghikidlfdlfdhmamfpppgdcjen
Officiell webbadress https://chromewebstore.google.com/detail/digital-sales-room-esigna/omdhnbghikidlfdlfdhmamfpppgdcjen
Beskrivning Digital Sales Rooms and Electronic Signatures by GetAccept
Filstorlek 4.46 MB
Antal Installationer 187
Aktuell Version 1.3.0
Senast Uppdaterad 2024-01-23
Publiceringsdatum 2023-10-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare GetAccept Inc.
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.getaccept.com/policy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Digital Sales Room & eSignature for Pipedrive",
    "description": "Digital Sales Rooms and Electronic Signatures by GetAccept",
    "author": "GetAccept Inc.",
    "homepage_url": "https:\/\/www.getaccept.com",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.pipedrive.ts.aa829856.5f2e2269.js"
            ],
            "matches": [
                "https:\/\/*.pipedrive.com\/pipeline*",
                "https:\/\/*.pipedrive.com\/activities*",
                "https:\/\/*.pipedrive.com\/person*",
                "https:\/\/*.pipedrive.com\/organization*",
                "https:\/\/*.pipedrive.com\/deal*",
                "https:\/\/*.pipedrive.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.pipedrive.com\/*",
                "https:\/\/support.pipedrive.com\/*",
                "https:\/\/community.pipedrive.com\/*",
                "https:\/\/marketplace.pipedrive.com\/*",
                "https:\/\/devcommunity.pipedrive.com\/*",
                "https:\/\/developers.pipedrive.com\/*",
                "https:\/\/oauth.pipedrive.com\/*",
                "https:\/\/*.pipedrive.com\/auth\/*",
                "https:\/\/*.pipedrive.com\/settings\/*"
            ],
            "css": [
                "css\/pipedrive.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.getaccept.com\/*",
        "https:\/\/*.pipedrive.com\/*"
    ],
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Chromies eSignatures by GetAccept"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "index.html",
                "img\/*",
                "fonts\/*",
                "css\/*",
                "icons\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "*.html",
                "pendo-agent\/*",
                "guide-code-blocks\/*.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.pipedrive.com\/*"
            ],
            "resources": [
                "assets\/chrome-listener-message-type.enum.85b9ba1d.js",
                "assets\/post-message-type.enum.5576be67.js",
                "assets\/pipedrive.ts.aa829856.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' https: data:; script-src 'self'; script-src-elem 'self'; img-src 'self' https: data:; media-src 'self' https: data:; font-src 'self' data:; connect-src 'self' blob:* https:\/\/*.getaccept.com https:\/\/*.pd.getaccept.com https:\/\/*.bugsnag.com https:\/\/*.pusher.com wss:\/\/*.pusher.com ws:\/\/localhost:3000 http:\/\/localhost:3000 https:\/\/*.pipedrive.com https:\/\/app.eu.pendo.io;"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAju7Ni33iV2Hj21OFFlQJdccd3QjKdnzn02fqiet\/b3drTnF6AGG+dJOTFvxtT63MgfoF8i7F6a6MzBeVc+BBqSd6l5nBlrXi5f8AZfv2k3UWk0yoWXpWnMGQZsbSAZmLEjVDQSTG\/T+nySu29fSNTgKIQcVr+MmLYSJgOQ1Y+tWT\/D8fL7svbcQfcwG3xL8a92XAmV7\/SBvkNqb+xAVDBb7CEL+K7uSFovIc36VPOJHw\/sO+FN3pprv9BzjaxpVtAsb6+IxMSeVwN96Iipy3yz9o\/D9YguR1DvNhftgGOZQkh5SBXZetawTzeKqIZ2H2PURivdW5FHRpVrFf3OM+CQIDAQAB"
}