Telarus SF Auto Updater
An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
What is Telarus SF Auto Updater?
Telarus SF Auto Updater is a Chrome extension developed by Joshua, and its main feature is "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.".
Extension Screenshots
Download Telarus SF Auto Updater Extension CRX File
Download Telarus SF Auto Updater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jpniojomdlbhhiadcamkgnopeehijonp |
Official URL | https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp |
Description | An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce. |
File Size | 43.42 KB |
Installation Count | 80 |
Current Version | 1.4.1 |
Last Updated | 2022-07-19 |
Publish Date | 2022-07-19 |
Developer | Joshua |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |