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.”。
擴展截圖
下載Salesforce Lightning Queue Refresher擴展crx文件
下載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 |
ID | amhmjfflodkgpefconmdnmconkfhfjmd |
官方網址 | 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" ] } ] } |