Salesforce Lightning Queue Refresher

Will automatically refresh both the 'table' view && the 'side bar' view.

Wat is Salesforce Lightning Queue Refresher?

Salesforce Lightning Queue Refresher is een Chrome-extensie ontwikkeld door jackflextension, en de belangrijkste functie is "Will automatically refresh both the 'table' view && the 'side bar' view.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Salesforce Lightning Queue Refresher

Download Salesforce Lightning Queue Refresher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Salesforce Lightning Queue Refresher Salesforce Lightning Queue Refresher
ID amhmjfflodkgpefconmdnmconkfhfjmd
Officiële URL https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd
Beschrijving Will automatically refresh both the 'table' view && the 'side bar' view.
Bestandsgrootte 6.1 KB
Aantal Installaties 1,124
Huidige Versie 1.7.4
Laatst Bijgewerkt 2022-02-10
Publicatiedatum 2021-03-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jackflextension
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}