RingCentral Team Messaging Salesforce
Link Salesforce cases to RingCentral Team Messaging teams
ما هو RingCentral Team Messaging Salesforce؟
RingCentral Team Messaging Salesforce هو إضافة Chrome تم تطويرها بواسطة chuntao.liu.0118، والميزة الرئيسية لها هي "Link Salesforce cases to RingCentral Team Messaging teams".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RingCentral Team Messaging Salesforce
قم بتنزيل ملفات الامتداد RingCentral Team Messaging Salesforce بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |