Salesforce Lightning Queue Refresher
Will automatically refresh both the 'table' view && the 'side bar' view.
Qu'est-ce que Salesforce Lightning Queue Refresher ?
Salesforce Lightning Queue Refresher est une extension Chrome développée par jackflextension, et sa fonction principale est "Will automatically refresh both the 'table' view && the 'side bar' view.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Salesforce Lightning Queue Refresher
Téléchargez les fichiers d'extension Salesforce Lightning Queue Refresher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Salesforce Lightning Queue Refresher |
ID | amhmjfflodkgpefconmdnmconkfhfjmd |
URL Officiel | https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd |
Description | Will automatically refresh both the 'table' view && the 'side bar' view. |
Taille du Fichier | 6.1 KB |
Nombre d'Installations | 1,124 |
Version Actuelle | 1.7.4 |
Dernière Mise à Jour | 2022-02-10 |
Date de Publication | 2021-03-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | jackflextension |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |