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はMogest Industriesによって開発されたChromeの拡張機能で、その主な機能は「Quickly go to a Service Desk record by number or two-word phrase from the omnibox」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Service Desk Pleasant Lawyer拡張機能のCRXファイルをダウンロード

Service Desk Pleasant Lawyer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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