Salesforce Lightning Queue Refresher
Will automatically refresh both the 'table' view && the 'side bar' view.
Cos'è Salesforce Lightning Queue Refresher?
Salesforce Lightning Queue Refresher è un'estensione di Chrome sviluppata da jackflextension, e la sua funzione principale è "Will automatically refresh both the 'table' view && the 'side bar' view.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Salesforce Lightning Queue Refresher
Scarica i file di estensione Salesforce Lightning Queue Refresher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | amhmjfflodkgpefconmdnmconkfhfjmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd |
| Descrizione | Will automatically refresh both the 'table' view && the 'side bar' view. |
| Dimensione del File | 6.1 KB |
| Conteggio Installazioni | 1,124 |
| Versione Corrente | 1.7.4 |
| Ultimo Aggiornamento | 2022-02-10 |
| Data di Pubblicazione | 2021-03-11 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | jackflextension |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |