Pipedrive eSignatures by GetAccept

Electronic Signatures and Document Tracking for Pipedrive by GetAccept

ما هو Pipedrive eSignatures by GetAccept؟

Pipedrive eSignatures by GetAccept هو إضافة Chrome تم تطويرها بواسطة GetAccept Inc.، والميزة الرئيسية لها هي "Electronic Signatures and Document Tracking for Pipedrive by GetAccept".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pipedrive eSignatures by GetAccept

قم بتنزيل ملفات الامتداد Pipedrive eSignatures by GetAccept بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

--------------------------------------------------------------
NOTE: THIS VERSION  IS OUTDATED! 
This version of our Pipedrive extension will continue to work for you and your team, but we recommend updating to our new integration as soon as possible.

Reach out to your admins to install the latest version and enjoy an elevated sales process.
--------------------------------------------------------------

The GetAccept integration for Pipedrive just got a makeover with new features, including dynamic pricing tables, customizable scheduled sending, a revamped sendout flow, and more. 

With the new version, 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.                    

معلومات أساسية عن التمديد

الاسم Pipedrive eSignatures by GetAccept Pipedrive eSignatures by GetAccept
ID fefcpdaoelakjpoabggngnlgeaaiboin
عنوان URL الرسمي https://chromewebstore.google.com/detail/pipedrive-esignatures-by/fefcpdaoelakjpoabggngnlgeaaiboin
الوصف Electronic Signatures and Document Tracking for Pipedrive by GetAccept
حجم الملف 1.37 MB
عدد التثبيتات 2,312
النسخة الحالية 1.45.15
آخر تحديث 2023-10-18
تاريخ النشر 2020-05-22
تقييم 4.80/5 مجموع تقييمات 5
المطور GetAccept Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.getaccept.com/policy.html
اللغات المدعومة en,fr,no,da,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pipedrive eSignatures by GetAccept",
    "short_name": "Pipedrive",
    "version": "1.45.15",
    "author": "GetAccept Inc.",
    "manifest_version": 3,
    "description": "Electronic Signatures and Document Tracking for Pipedrive 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:\/\/*.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\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/pusher.min.js",
                "js\/axios.min.js",
                "src\/pusher-client.js",
                "src\/pipedrive.js",
                "src\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Pipedrive eSignatures by GetAccept"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.pipedrive.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\/pipedrive-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",
                "img\/new-integration.svg",
                "src\/content.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}