RingCentral Team Messaging Salesforce
Link Salesforce cases to RingCentral Team Messaging teams
What is RingCentral Team Messaging Salesforce?
RingCentral Team Messaging Salesforce is a Chrome extension developed by chuntao.liu.0118, and its main feature is "Link Salesforce cases to RingCentral Team Messaging teams".
Extension Screenshots
Download RingCentral Team Messaging Salesforce Extension CRX File
Download RingCentral Team Messaging Salesforce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RingCentral Team Messaging Salesforce |
ID | gcmccmiceedebolmgjddhklghkaejbei |
Official URL | https://chromewebstore.google.com/detail/ringcentral-team-messagin/gcmccmiceedebolmgjddhklghkaejbei |
Description | Link Salesforce cases to RingCentral Team Messaging teams |
File Size | 9.28 KB |
Installation Count | 193 |
Current Version | 3.6 |
Last Updated | 2021-09-19 |
Publish Date | 2020-03-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chuntao.liu.0118 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |