SAP Cloud for Customer for Gmail

SAP Cloud for Customer, server-side integration brings the power of SAP Cloud for Customer to your Google mailbox.

Τι είναι το SAP Cloud for Customer for Gmail;

Το SAP Cloud for Customer for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SAP SE, και η κύρια λειτουργία του είναι "SAP Cloud for Customer, server-side integration brings the power of SAP Cloud for Customer to your Google mailbox.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SAP Cloud for Customer for Gmail

Λήψη αρχείων επέκτασης SAP Cloud for Customer for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With the SAP Cloud for Customer extension for Gmail, you can leverage tools you use every day to be more productive right within Gmail. This extension connects to the SAP Cloud for Customer solution and provides a quick view of all relevant information when e-mailing prospects and customers and allows you to link e-mail conversations, view contact information, and create new opportunities, tasks, and visits, all directly from Gmail.

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

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

Βασικές Πληροφορίες Επέκτασης

Όνομα SAP Cloud for Customer for Gmail SAP Cloud for Customer for Gmail
ID dpolpgcoaadhofccfkjdknifhofinflb
Επίσημο URL https://chromewebstore.google.com/detail/sap-cloud-for-customer-fo/dpolpgcoaadhofccfkjdknifhofinflb
Περιγραφή SAP Cloud for Customer, server-side integration brings the power of SAP Cloud for Customer to your Google mailbox.
Μέγεθος Αρχείου 171 KB
Αριθμός Εγκαταστάσεων 2,687
Τρέχουσα Έκδοση 2312.2.0.68
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2020-04-03
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής SAP SE
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.sap.com/corporate-en/our-company/legal/privacy.epx
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2312.2.0.68",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "images\/icon_action_16.png",
            "24": "images\/icon_action_24.png",
            "32": "images\/icon_action_32.png",
            "64": "images\/icon_action_64.png"
        },
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/*.sapbydesign.com\/*",
                "https:\/\/*.ondemand.com\/*",
                "https:\/\/*.saphybriscloud.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "frame-src 'self' https:\/\/*.c4c.invisiblesolutions.com https:\/\/*.c4cdev.invisiblecrm.com; frame-ancestors https:\/\/mail.google.com https:\/\/calendar.google.com; connect-src https:\/\/*.c4c.invisiblesolutions.com https:\/\/*.c4cdev.invisiblecrm.com; style-src 'self'; default-src 'self'; script-src 'self'; object-src 'none'; img-src 'none'; font-src 'none'; worker-src 'none'; form-action 'none'; media-src 'none'; prefetch-src 'none'; navigate-to 'none'; child-src 'none'; upgrade-insecure-requests"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/calendar.google.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/popup.js",
                "scripts\/relay.js",
                "scripts\/chrome.bundle.js",
                "images\/icon_128.png",
                "views\/main.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/*.sapbydesign.com\/*",
                "https:\/\/*.ondemand.com\/*",
                "https:\/\/*.saphybriscloud.com\/*"
            ]
        }
    ]
}