SAP Cloud for Customer Gmail Add-in

Integration between Gmail™ and your SAP solution

SAP Cloud for Customer Gmail Add-in là gì?

SAP Cloud for Customer Gmail Add-in là một tiện ích mở rộng Chrome được phát triển bởi SAP SE, và tính năng chính của nó là "Integration between Gmail™ and your SAP solution".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SAP Cloud for Customer Gmail Add-in

Tải xuống các tệp mở rộng SAP Cloud for Customer Gmail Add-in dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SAP Cloud for Customer Gmail Add-in SAP Cloud for Customer Gmail Add-in
ID oifgjdgegdlobmilfkplaijfldfdhiie
URL Chính Thức https://chrome.google.com/webstore/detail/sap-cloud-for-customer-gm/oifgjdgegdlobmilfkplaijfldfdhiie
Mô tả Integration between Gmail™ and your SAP solution
Kích Thước Tệp 92.04 KB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 1902.0.1
Cập Nhật Lần Cuối 2019-02-22
Ngày Phát Hành 2019-02-22
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SAP SE
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://go.sap.com/product/crm/cloud-customer-engagement.html
URL Trang Trợ Giúp https://support.sap.com/
URL Trang Chính Sách Bảo Mật http://www.sap.com/corporate-en/our-company/legal/privacy.epx
Ngôn Ngữ Được Hỗ Trợ 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
}