Salesforce Lightning Queue Refresher

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

Salesforce Lightning Queue Refresher là gì?

Salesforce Lightning Queue Refresher là một tiện ích mở rộng Chrome được phát triển bởi jackflextension, và tính năng chính của nó là "Will automatically refresh both the 'table' view && the 'side bar' view.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salesforce Lightning Queue Refresher

Tải xuống các tệp mở rộng Salesforce Lightning Queue Refresher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salesforce Lightning Queue Refresher Salesforce Lightning Queue Refresher
ID amhmjfflodkgpefconmdnmconkfhfjmd
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-lightning-queu/amhmjfflodkgpefconmdnmconkfhfjmd
Mô tả Will automatically refresh both the 'table' view && the 'side bar' view.
Kích Thước Tệp 6.1 KB
Số Lần Cài Đặt 1,124
Phiên Bản Hiện Tại 1.7.4
Cập Nhật Lần Cuối 2022-02-10
Ngày Phát Hành 2021-03-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jackflextension
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}