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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |