Salesforce Lightning Queue Refresher

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

Salesforce Lightning Queue Refresher क्या है?

Salesforce Lightning Queue Refresher jackflextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Will automatically refresh both the 'table' view && the 'side bar' view."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesforce Lightning Queue Refresher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}