Telarus SF Auto Updater
An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Wat is Telarus SF Auto Updater?
Telarus SF Auto Updater is een Chrome-extensie ontwikkeld door Joshua, en de belangrijkste functie is "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.".
Extensie Screenshots
Download het CRX-bestand van de extensie Telarus SF Auto Updater
Download Telarus SF Auto Updater-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jpniojomdlbhhiadcamkgnopeehijonp |
Officiële URL | https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp |
Beschrijving | An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce. |
Bestandsgrootte | 43.42 KB |
Aantal Installaties | 80 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2022-07-19 |
Publicatiedatum | 2022-07-19 |
Ontwikkelaar | Joshua |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |