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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integration between Gmail™ and your SAP solution"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SAP Cloud for Customer Gmail Add-in 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}