RingCentral Team Messaging Salesforce

Link Salesforce cases to RingCentral Team Messaging teams

Co to jest RingCentral Team Messaging Salesforce?

RingCentral Team Messaging Salesforce to rozszerzenie Chrome opracowane przez chuntao.liu.0118, a jego główną funkcją jest „Link Salesforce cases to RingCentral Team Messaging teams”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia RingCentral Team Messaging Salesforce

Pobierz pliki rozszerzeń RingCentral Team Messaging Salesforce w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension assumes that for every Salesforce ticket, there should be a Glip team.

It displays links on Salesforce pages to Glip teams

Click the links and you will be redirect to the correct Glip team

It works for both SalesForce classic and lightning.                    

Podstawowe informacje o rozszerzeniu

Nazwa RingCentral Team Messaging Salesforce RingCentral Team Messaging Salesforce
ID gcmccmiceedebolmgjddhklghkaejbei
Oficjalny URL https://chromewebstore.google.com/detail/ringcentral-team-messagin/gcmccmiceedebolmgjddhklghkaejbei
Opis Link Salesforce cases to RingCentral Team Messaging teams
Rozmiar pliku 9.28 KB
Liczba instalacji 193
Aktualna Wersja 3.6
Ostatnia Aktualizacja 2021-09-19
Data Publikacji 2020-03-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper chuntao.liu.0118
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RingCentral Team Messaging Salesforce",
    "description": "Link Salesforce cases to RingCentral Team Messaging teams",
    "version": "3.6",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/5*",
                "https:\/\/*.lightning.force.com\/lightning\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}