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 |
电子邮箱 | [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" ] } ] } |