Service Desk Pleasant Lawyer

Quickly go to a Service Desk record by number or two-word phrase from the omnibox

ما هو Service Desk Pleasant Lawyer؟

Service Desk Pleasant Lawyer هو إضافة Chrome تم تطويرها بواسطة Mogest Industries، والميزة الرئيسية لها هي "Quickly go to a Service Desk record by number or two-word phrase from the omnibox".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Service Desk Pleasant Lawyer

قم بتنزيل ملفات الامتداد Service Desk Pleasant Lawyer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Use this extension with Citrix GoToAssist Service Desk to quickly to go a record.  From the omnibox (also known as the address bar) you can specify a record number.  For example, entering "b 1234" will display record #1234.

You can also enter a "record phrase", a unique two-word phrase that's easier to remember than the number.  For example, entering "b loose goose" will take you to record #200.

You find out what the record phrase is for a given record number by looking next to the record number on the Service Desk web site.                    

معلومات أساسية عن التمديد

الاسم Service Desk Pleasant Lawyer Service Desk Pleasant Lawyer
ID cbakkidlcnemoecaghbmnnkpacpfgfjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/service-desk-pleasant-law/cbakkidlcnemoecaghbmnnkpacpfgfjh
الوصف Quickly go to a Service Desk record by number or two-word phrase from the omnibox
حجم الملف 13.32 KB
عدد التثبيتات 35
النسخة الحالية 0.6.2
آخر تحديث 2016-09-26
تاريخ النشر 2016-09-25
تقييم 5.00/5 مجموع تقييمات 3
المطور Mogest Industries
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Service Desk Pleasant Lawyer",
    "description": "Quickly go to a Service Desk record by number or two-word phrase from the omnibox",
    "version": "0.6.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "b"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/desk.gotoassist.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}