SAP Anywhere sidebar for Gmail

Connect SAP Anywhere to your Gmail, Contacts and Calendar, and create, edit and manage details directly from Gmail.

SAP Anywhere sidebar for Gmailคืออะไร?

SAP Anywhere sidebar for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SAP และคุณลักษณะหลักของมันคือ "Connect SAP Anywhere to your Gmail, Contacts and Calendar, and create, edit and manage details directly from Gmail."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAP Anywhere sidebar for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย SAP Anywhere sidebar for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With the sidebar you can:
- Select a customer email, in Gmail, and instantly show the matching Customer or Contact record in SAP Anywhere
- Create a new Customer or Contact directly from the sidebar
- View all the Customer’s existing Emails, Appointments, and Opportunities
- Create new Opportunities, or Appointments in the sidebar, automatically update to SAP Anywhere

SAP Anywhere is a complete front-office solution that helps you manage marketing, sales, e-commerce, and inventory while offering a seamless customer experience. 

SAP Anywhere. Makes it possible.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SAP Anywhere sidebar for Gmail SAP Anywhere sidebar for Gmail
ID coefampofadeghfkgppjojjfndmgfidh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sap-anywhere-sidebar-for/coefampofadeghfkgppjojjfndmgfidh
คำอธิบาย Connect SAP Anywhere to your Gmail, Contacts and Calendar, and create, edit and manage details directly from Gmail.
ขนาดไฟล์ 2.14 MB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2016-07-07
วันที่เผยแพร่ 2016-07-07
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา SAP
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/App_Icon_28x128.png",
        "128": "images\/App_Icon_28x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/www.google.com\/contacts\/*"
            ],
            "js": [
                "scripts\/lib\/vendors\/md5.js",
                "scripts\/lib\/vendors\/yepnope.min.js",
                "scripts\/vendor.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "scripts\/lib\/vendors\/md5.js",
                "scripts\/lib\/vendors\/yepnope.min.js",
                "scripts\/vendor.js",
                "scripts\/calendar.js"
            ],
            "css": [
                "styles\/calendar-page.css"
            ]
        },
        {
            "matches": [
                "https:\/\/sap-anywhere.appspot.com\/login\/success?*",
                "https:\/\/sap-anywhere.appspot.com\/install\/success?*"
            ],
            "js": [
                "scripts\/lib\/vendors\/oauth_window.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "management"
    ],
    "content_security_policy": "script-src https:\/\/*.google.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*",
        "styles\/main.css",
        "styles\/sap-icons.css",
        "styles\/wizy.materialize.css",
        "scripts\/gmail.js",
        "scripts\/lib\/vendors\/gmail.js",
        "scripts\/calendar-page.js",
        "images\/sap-anywhere-logo.jpg",
        "images\/sap-anywhere-logo-white.png",
        "images\/sap-bg.jpg",
        "images\/google_contact.png",
        "images\/google_calendar.png",
        "images\/default-customer.png"
    ]
}