Salesforce Lightning Queue Refresher

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

Salesforce Lightning Queue Refresher란 무엇입니까?

Salesforce Lightning Queue Refresher은(는) jackflextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Will automatically refresh both the 'table' view && the 'side bar' view."입니다.

확장 프로그램 스크린샷

screenshot

Salesforce Lightning Queue Refresher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Salesforce Lightning Queue Refresher Salesforce Lightning Queue Refresher
ID amhmjfflodkgpefconmdnmconkfhfjmd
공식 URL https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd
설명 Will automatically refresh both the 'table' view && the 'side bar' view.
파일 크기 6.1 KB
설치 횟수 1,124
현재 버전 1.7.4
최근 업데이트 2022-02-10
출시 날짜 2021-03-11
평점 5.00/5 총 2 개의 평점
개발자 jackflextension
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}