Telarus SF Auto Updater

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

Telarus SF Auto Updater là gì?

Telarus SF Auto Updater là một tiện ích mở rộng Chrome được phát triển bởi Joshua, và tính năng chính của nó là "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Telarus SF Auto Updater

Tải xuống các tệp mở rộng Telarus SF Auto Updater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Telarus SF Auto Updater Telarus SF Auto Updater
ID jpniojomdlbhhiadcamkgnopeehijonp
URL Chính Thức https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp
Mô tả An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Kích Thước Tệp 43.42 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2022-07-19
Nhà Phát Triển Joshua
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}