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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } ] } |