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 |
公式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 |
Eメール | [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" ] } ] } |