Salesforce Lightning Queue Refresher
Will automatically refresh both the 'table' view && the 'side bar' view.
¿Qué es Salesforce Lightning Queue Refresher?
Salesforce Lightning Queue Refresher es una extensión de Chrome desarrollada por jackflextension, y su función principal es "Will automatically refresh both the 'table' view && the 'side bar' view.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Salesforce Lightning Queue Refresher
Descarga archivos de extensión Salesforce Lightning Queue Refresher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Salesforce Lightning Queue Refresher |
ID | amhmjfflodkgpefconmdnmconkfhfjmd |
URL Oficial | https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd |
Descripción | Will automatically refresh both the 'table' view && the 'side bar' view. |
Tamaño del Archivo | 6.1 KB |
Cantidad de Instalaciones | 1,124 |
Versión Actual | 1.7.4 |
Última Actualización | 2022-02-10 |
Fecha de Publicación | 2021-03-11 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | jackflextension |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |