Telarus SF Auto Updater
An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Telarus SF Auto Updaterとは何ですか?
Telarus SF Auto UpdaterはJoshuaによって開発されたChromeの拡張機能で、その主な機能は「An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.」です。
拡張機能のスクリーンショット
Telarus SF Auto Updater拡張機能のCRXファイルをダウンロード
Telarus SF Auto Updater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension works on: -Case Queue -Task Queue -My Case Queue And a whole bunch more of task views! NEW! This now works on Dashboards This extension is for Telarus employee's. Its has not been tested, and there is no guaranty that it will work else where.
拡張機能の基本情報
名前 | |
ID | jpniojomdlbhhiadcamkgnopeehijonp |
公式URL | https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp |
説明 | An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce. |
ファイルサイズ | 43.42 KB |
インストール数 | 80 |
現在のバージョン | 1.4.1 |
最終更新日 | 2022-07-19 |
公開日 | 2022-07-19 |
開発者 | Joshua |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telarus SF Auto Updater", "version": "1.4.1", "manifest_version": 3, "description": "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.", "icons": { "128": "icons\/LoadingCloud128x128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/telarus.lightning.force.com\/lightning\/*" ], "js": [ "lib\/jquery.min.js", "content-scripts\/content.js" ] } ] } |