Telarus SF Auto Updater

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

Что такое Telarus SF Auto Updater?

Telarus SF Auto Updater - это расширение Chrome, разработанное Joshua, и его основная функция - "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Telarus SF Auto Updater

Скачайте файлы расширений Telarus SF Auto Updater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Telarus SF Auto Updater Telarus SF Auto Updater
ID jpniojomdlbhhiadcamkgnopeehijonp
Официальный URL https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp
Описание An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Размер файла 43.42 KB
Количество установок 80
Текущая Версия 1.4.1
Последнее Обновление 2022-07-19
Дата публикации 2022-07-19
Разработчик Joshua
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}