Salesforce Lightning Queue Refresher

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

O que é Salesforce Lightning Queue Refresher?

Salesforce Lightning Queue Refresher é uma extensão do Chrome desenvolvida por jackflextension, e sua principal característica é "Will automatically refresh both the 'table' view && the 'side bar' view.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Salesforce Lightning Queue Refresher

Baixe arquivos de extensão Salesforce Lightning Queue Refresher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Salesforce Lightning Queue Refresher Salesforce Lightning Queue Refresher
ID amhmjfflodkgpefconmdnmconkfhfjmd
URL Oficial https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd
Descrição Will automatically refresh both the 'table' view && the 'side bar' view.
Tamanho do Arquivo 6.1 KB
Contagem de Instalações 1,124
Versão Atual 1.7.4
Última Atualização 2022-02-10
Data de Publicação 2021-03-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jackflextension
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}