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文件

下载RingCentral Team Messaging Salesforce扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}