SAP Cloud for Customer Gmail Add-in

Integration between Gmail™ and your SAP solution

SAP Cloud for Customer Gmail Add-in क्या है?

SAP Cloud for Customer Gmail Add-in SAP SE द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integration between Gmail™ and your SAP solution"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में SAP Cloud for Customer Gmail Add-in एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        With SAP Cloud for Customer, add-in for Gmail for Google Chrome you can leverage tools you use every day to be more productive. This extension connects Gmail to the SAP Cloud for Customer solution and provides a quick view of all sales information when e-mailing prospects and customers and allows you to link e-mail conversations, search for duplicate contacts, and create new leads, opportunities, tasks, and visits, all directly from Gmail.

Key features of SAP Cloud for Customer, add-in for Gmail 
•  Link e-mails to an existing account or opportunity and keep all customer conversations synced
•  See all related leads and opportunities based on sender’s e-mail
•  Search for duplicate contacts before creating new ones 
•  Generate new leads and opportunities 
•  Create a new task or visit as a follow-up to an e-mail action item

Note: To use SAP Cloud for Customer, add-in for Gmail with your business data, you must be a user of SAP Cloud for Customer.                    

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

नाम SAP Cloud for Customer Gmail Add-in SAP Cloud for Customer Gmail Add-in
ID oifgjdgegdlobmilfkplaijfldfdhiie
आधिकारिक URL https://chrome.google.com/webstore/detail/sap-cloud-for-customer-gm/oifgjdgegdlobmilfkplaijfldfdhiie
विवरण Integration between Gmail™ and your SAP solution
फ़ाइल का आकार 92.04 KB
स्थापना संख्या 311
वर्तमान संस्करण 1902.0.1
अंतिम अपडेट 2019-02-22
प्रकाशन तिथि 2019-02-22
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर SAP SE
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://go.sap.com/product/crm/cloud-customer-engagement.html
सहायता पृष्ठ URL https://support.sap.com/
गोपनीयता नीति पृष्ठ URL http://www.sap.com/corporate-en/our-company/legal/privacy.epx
समर्थित भाषाएँ de,en,fr,nl,no,tr,da,es,sk,fi,sv,cs,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_applicationName__",
    "short_name": "__MSG_applicationShortName__",
    "description": "__MSG_applicationDescription__",
    "version": "1902.0.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "jquery-1.10.1.js",
        "gmail.min.js",
        "load.js",
        "frame.html",
        "frame.js"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mail.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "manifest_version": 2
}