RingCentral Team Messaging Salesforce

Link Salesforce cases to RingCentral Team Messaging teams

RingCentral Team Messaging Salesforce란 무엇입니까?

RingCentral Team Messaging Salesforce은(는) chuntao.liu.0118에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link Salesforce cases to RingCentral Team Messaging teams"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RingCentral Team Messaging Salesforce 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 RingCentral Team Messaging Salesforce RingCentral Team Messaging Salesforce
ID gcmccmiceedebolmgjddhklghkaejbei
공식 URL https://chromewebstore.google.com/detail/ringcentral-team-messagin/gcmccmiceedebolmgjddhklghkaejbei
설명 Link Salesforce cases to RingCentral Team Messaging teams
파일 크기 9.28 KB
설치 횟수 193
현재 버전 3.6
최근 업데이트 2021-09-19
출시 날짜 2020-03-30
평점 5.00/5 총 1 개의 평점
개발자 chuntao.liu.0118
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}