Salesforce Lightning Queue Refresher
Will automatically refresh both the 'table' view && the 'side bar' view.
ما هو Salesforce Lightning Queue Refresher؟
Salesforce Lightning Queue Refresher هو إضافة Chrome تم تطويرها بواسطة jackflextension، والميزة الرئيسية لها هي "Will automatically refresh both the 'table' view && the 'side bar' view.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Salesforce Lightning Queue Refresher
قم بتنزيل ملفات الامتداد Salesforce Lightning Queue Refresher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
What does it do? Refreshes the queue for Salesforce's Ticket Web Application "Lightning". A button labeled as "Queue Refresh" will be inserted into the bar on the bottom the web page. Providing the user five options; "Never" refresh, Refresh every "30 seconds", Two minutes, Five minutes, or Fifteen minutes. Why should I install it? This feature isn't native to Salesforce. Proclamation's: -- No Google analytics attached to this browser extension. -- Both local storage and cookies compatible. -- Powered by JavaScript. Preview: https://github.com/JackFlexington/salesforce_browser_addon
معلومات أساسية عن التمديد
الاسم | Salesforce Lightning Queue Refresher |
ID | amhmjfflodkgpefconmdnmconkfhfjmd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd |
الوصف | Will automatically refresh both the 'table' view && the 'side bar' view. |
حجم الملف | 6.1 KB |
عدد التثبيتات | 1,124 |
النسخة الحالية | 1.7.4 |
آخر تحديث | 2022-02-10 |
تاريخ النشر | 2021-03-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | jackflextension |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.7.4", "name": "Salesforce Lightning Queue Refresher", "description": "Will automatically refresh both the 'table' view && the 'side bar' view.", "author": "Jacob Storer", "content_scripts": [ { "matches": [ "*:\/\/*.lightning.force.com\/*" ], "js": [ "refresh.js" ], "css": [ "widget.css" ] } ] } |