Telarus SF Auto Updater

An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.

Vad är Telarus SF Auto Updater?

Telarus SF Auto Updater är en Chrome-tillägg utvecklad av Joshua, och dess huvudfunktion är "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.".

Tilläggsskärmbilder

screenshot

Ladda ner Telarus SF Auto Updater-förlängningens CRX-fil

Ladda ner Telarus SF Auto Updater-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Telarus SF Auto Updater Telarus SF Auto Updater
ID jpniojomdlbhhiadcamkgnopeehijonp
Officiell webbadress https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp
Beskrivning An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Filstorlek 43.42 KB
Antal Installationer 80
Aktuell Version 1.4.1
Senast Uppdaterad 2022-07-19
Publiceringsdatum 2022-07-19
Utvecklare Joshua
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}