Sugar Connect

Effortlessly manage customer relationships and follow-up activities with Sugar in Gmail.

Sugar Connect क्या है?

Sugar Connect SugarCRM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Effortlessly manage customer relationships and follow-up activities with Sugar in Gmail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sugar Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sugar Connect brings your most important customer experience activities into Gmail. Keep your CRM, email, and calendar tools up-to-date without having to ever manually enter data. With Sugar Connect, customer and prospect details automatically sync to Gmail.  Connect pulls relevant data to the surface as you interact with prospects and customers in real time.  It's the easiest way to provide the types of truly personalized experiences that create and retain customers for life.

360-degree Customer View
• Access Sugar information from a sidebar when reading or composing an email
• Create, update and delete records and fields in Sugar Sell and Serve
• Attach emails to Opportunities, Contacts, or Accounts
• See all customer emails in the sidebar
• Access and use CRM email templates
• Visualize history of your team's communication with prospects and customers 

Automate Data Entry and Boost CRM Adoption
• Archive all inbound and outbound emails
• Specify exactly which Opportunity, Contact, or Account you'd like the email to be archived to
• Sync and access shared calendars so you don't need to maintain events in multiple calendars
• Relate events to attendees' records in Sugar

Meeting Scheduling Assistant
• Easily schedule meetings with your customers, without the back-and-forth

Email Prospecting and Engagement
• Prospect effectively with email by leveraging campaign templates from CRM
• Track outbound emails, open and click through rates

Note: For list of all platforms supported please refer to this link https://support.sugarcrm.com/Resources/Supported_Platforms/Plug-ins_Supported_Platforms/ 

Sugar Connect Subscription

Sugar Connect add in is available only for SugarCRM customers who have a valid subscription to any of the following products: 
• Sugar Professional
• Sugar Enterprise
• Sugar Ultimate
• Sugar Sell
• Sugar Serve

For more details on obtaining the SugarCRM solution, please refer to this link   https://www.sugarcrm.com/pricing/

In addition to the subscription charges for the Sugar products listed above, there is an additional subscription charge for Sugar Connect. 

Refer to https://www.sugarcrm.com/solutions/connect-email-integration/  for more information or contact your account representative or partner for pricing information about Sugar Connect.                    

एक्सटेंशन की मूल जानकारी

नाम Sugar Connect Sugar Connect
ID bfkiphdpanhdnjbekkjigbjjmllhndch
आधिकारिक URL https://chromewebstore.google.com/detail/sugar-connect/bfkiphdpanhdnjbekkjigbjjmllhndch
विवरण Effortlessly manage customer relationships and follow-up activities with Sugar in Gmail.
फ़ाइल का आकार 2.88 MB
स्थापना संख्या 2,555
वर्तमान संस्करण 1.43.0.76
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2020-06-25
रेटिंग 3.22/5 कुल 9 रेटिंग्स
डेवलपर SugarCRM
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.sugarcrm.com/solutions/connect-email-integration/
सहायता पृष्ठ URL https://support.sugarcrm.com/Documentation/Plug-ins/Sugar_Connect/
गोपनीयता नीति पृष्ठ URL https://www.sugarcrm.com/legal/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sugar Connect",
    "description": "Effortlessly manage customer relationships and follow-up activities with Sugar in Gmail.",
    "version": "1.43.0.76",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "gmail-styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/images\/logo_symbol_128.png"
    },
    "icons": {
        "128": "assets\/images\/logo_symbol_128.png"
    },
    "permissions": [
        "notifications",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/connect.sugarapps.com\/*",
        "https:\/\/connect.sugarapps.eu\/*",
        "https:\/\/connect.sugarapps.com.au\/*",
        "https:\/\/proxy.connect.sugarapps.com\/proxy\/",
        "https:\/\/proxy.connect.sugarapps.eu\/proxy\/",
        "https:\/\/proxy.connect.sugarapps.com.au\/proxy\/",
        "https:\/\/hint-data-enrichment.service.sugarcrm.com\/*",
        "https:\/\/hint-data-enrichment-stage.service.sugarcrm.com\/*",
        "https:\/\/*.connect.sugarapps.com\/*",
        "https:\/\/*.connect.sugarapps.eu\/*",
        "https:\/\/*.connect.sugarapps.com.au\/*",
        "https:\/\/mail.google.com\/",
        "https:\/\/js-agent.newrelic.com\/",
        "https:\/\/cdn.pendo.io\/",
        "https:\/\/data.pendo.io\/",
        "https:\/\/app.pendo.io\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "background.js",
                "content.js",
                "dialogs.html",
                "entry-preview.html",
                "index.html",
                "main.js",
                "styles.css",
                "tasklist.html",
                "gmail-styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}