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"
            ]
        }
    ]
}