Telarus SF Auto Updater
An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Co to jest Telarus SF Auto Updater?
Telarus SF Auto Updater to rozszerzenie Chrome opracowane przez Joshua, a jego główną funkcją jest „An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Telarus SF Auto Updater
Pobierz pliki rozszerzeń Telarus SF Auto Updater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jpniojomdlbhhiadcamkgnopeehijonp |
Oficjalny URL | https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp |
Opis | An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce. |
Rozmiar pliku | 43.42 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2022-07-19 |
Data Publikacji | 2022-07-19 |
Deweloper | Joshua |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |