Salesmate CRM for Gmail

Chrome Extension for Salesmate lets you access your CRM data and manage your day to day interactions with customers inside Gmail

ما هو Salesmate CRM for Gmail؟

Salesmate CRM for Gmail هو إضافة Chrome تم تطويرها بواسطة Salesmate.io، والميزة الرئيسية لها هي "Chrome Extension for Salesmate lets you access your CRM data and manage your day to day interactions with customers inside Gmail".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Salesmate CRM for Gmail

قم بتنزيل ملفات الامتداد Salesmate CRM for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Turn your Gmail inbox into your sales CRM hub with Salesmate CRM for Gmail.
 
Chrome Extension for Salesmate lets you access your CRM data and manage your day to day interactions with customers inside Gmail. This highly advanced chrome extension brings the power of Salesmate to your Google Mailbox.
 
With CRM data at your fingertips, you have the context you need for every email. Productivity features like easy templating, scheduling and tracking ensure you can spend more time on selling without facing any stumbling blocks.
 
- Create new deal and contacts in real time from Gmail Inbox.
- View all the crucial details about a deal as soon as you receive an email
- Gain access to sales history
- Immediately add notes and assign activities
- Create deals and notes for the instant update
- Get notified when a prospect opens your email, click on links or downloads the content
- Installs in seconds, easy to use
 
Keep all your information updated and function efficiently with this smart CRM for Gmail plugin.
 
About Salesmate CRM:
 
Salesmate is an intelligent CRM that assists companies in managing, nurturing and converting sales deals into paying customers. It is an all-in-one sales solution powered with built-in calling, email tracking, customized reporting, pipeline management, and sales automation functionalities. Salesmate is designed for busy sales reps who don’t have time to toggle between application.
 
If you want to know more on how Salesmate CRM helps in winning more sales, you can try Salesmate for Free with our 15-day trial (no credit card required).
 
INTELLIGENT WORKFLOWS

Be more productive in your sales process and automate repetitive tasks with Salesmate intelligent workflows.

- Send emails
- Follow up with prospects
- Assign deals to sales reps
- More

Spend more time in selling and let Salesmate CRM do admin tasks for you.

DEAL MANAGEMENT

Get complete visibility across all stages with Salesmate CRM and spot the hot deals. Stay organized and make smart moves with all your customer's data in one place. Salesmate keeps you notified with all your customer moments that helps in nurturing more relationships.

SELL FROM YOUR INBOX

Build more relationships and close more deals straight from your inbox. Salesmate Chrome extension allows you to manage and track emails directly from Gmail. Additionally, Salesmate seamlessly integrates with G Suite apps to make you more productive by keeping all your Google data centralized. You can also sign up for Salesmate CRM using your Google account.

DATA ENTRY AUTOMATION
 
Salesmate makes it easier for you to capture customer details from your Gmail inbox and add activity, deal, or notes with a single click.                    

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

الاسم Salesmate CRM for Gmail Salesmate CRM for Gmail
ID ekeefjfdbaakgbfbagacmckiedkmakem
عنوان URL الرسمي https://chromewebstore.google.com/detail/salesmate-crm-for-gmail/ekeefjfdbaakgbfbagacmckiedkmakem
الوصف Chrome Extension for Salesmate lets you access your CRM data and manage your day to day interactions with customers inside Gmail
حجم الملف 3.2 MB
عدد التثبيتات 1,129
النسخة الحالية 1.5.2
آخر تحديث 2024-03-04
تاريخ النشر 2020-06-24
تقييم 4.50/5 مجموع تقييمات 30
المطور Salesmate.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.salesmate.io
عنوان صفحة المساعدة https://support.salesmate.io/hc/en-us/articles/115003230249
عنوان صفحة سياسة الخصوصية http://www.salesmate.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesmate CRM for Gmail",
    "version": "1.5.2",
    "description": "Chrome Extension for Salesmate lets you access your CRM data and manage your day to day interactions with customers inside Gmail",
    "action": {
        "default_icon": "images\/chrome-icon.png"
    },
    "icons": {
        "16": "images\/salesmate_icon16.png",
        "48": "images\/salesmate_icon48.png",
        "128": "images\/salesmate_icon128.png"
    },
    "background": {
        "service_worker": "content_script\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.gmail.com\/*\/*",
            "*:\/\/mail.google.com\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "salesmate-chrome-icon.png",
                "logo.svg",
                "salesmate-h.png",
                "content_script\/*",
                "images\/*",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.googleapis.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*"
            ],
            "js": [
                "content_script\/content_script_extension_id.js",
                "content_script\/recaptcha_api.js",
                "content_script\/recaptcha_en.js"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "smr-1",
                "enabled": true,
                "path": "api-request-rules.json"
            }
        ]
    },
    "permissions": [
        "cookies",
        "tabs",
        "declarativeNetRequest",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "1028486930387-4f5pmjd3m42610pjss3p5nl0r6afpi10.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}