Salesforce Lightning Queue Refresher
Will automatically refresh both the 'table' view && the 'side bar' view.
Vad är Salesforce Lightning Queue Refresher?
Salesforce Lightning Queue Refresher är en Chrome-tillägg utvecklad av jackflextension, och dess huvudfunktion är "Will automatically refresh both the 'table' view && the 'side bar' view.".
Tilläggsskärmbilder
Ladda ner Salesforce Lightning Queue Refresher-förlängningens CRX-fil
Ladda ner Salesforce Lightning Queue Refresher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Salesforce Lightning Queue Refresher |
ID | amhmjfflodkgpefconmdnmconkfhfjmd |
Officiell webbadress | https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd |
Beskrivning | Will automatically refresh both the 'table' view && the 'side bar' view. |
Filstorlek | 6.1 KB |
Antal Installationer | 1,124 |
Aktuell Version | 1.7.4 |
Senast Uppdaterad | 2022-02-10 |
Publiceringsdatum | 2021-03-11 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | jackflextension |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |