Salesforce Lightning Queue Refresher

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

Salesforce Lightning Queue Refresherคืออะไร?

Salesforce Lightning Queue Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jackflextension และคุณลักษณะหลักของมันคือ "Will automatically refresh both the 'table' view && the 'side bar' view."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Lightning Queue Refresher

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Lightning Queue Refresher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}