Telarus SF Auto Updater
An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Cos'è Telarus SF Auto Updater?
Telarus SF Auto Updater è un'estensione di Chrome sviluppata da Joshua, e la sua funzione principale è "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Telarus SF Auto Updater
Scarica i file di estensione Telarus SF Auto Updater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jpniojomdlbhhiadcamkgnopeehijonp |
URL Ufficiale | https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp |
Descrizione | An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce. |
Dimensione del File | 43.42 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2022-07-19 |
Data di Pubblicazione | 2022-07-19 |
Sviluppatore | Joshua |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |