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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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