CA SDM - Keep Alive

Keeps the CA Service Desk session active

CA SDM - Keep Aliveとは何ですか?

CA SDM - Keep AliveはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Keeps the CA Service Desk session active」です。

CA SDM - Keep Alive拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Keeps the CA Service Desk session active.

Note: It is required to register the URL in the extension options.                    

拡張機能の基本情報

名前 CA SDM - Keep Alive CA SDM - Keep Alive
ID npcbkkkjeadmigchblfiedjjlfehjade
公式URL https://chromewebstore.google.com/detail/ca-sdm-keep-alive/npcbkkkjeadmigchblfiedjjlfehjade
説明 Keeps the CA Service Desk session active
ファイルサイズ 11.05 KB
インストール数 80
現在のバージョン 1.1
最終更新日 2017-08-08
公開日 2017-08-08
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CA SDM - Keep Alive",
    "short_name": "CA SDM - Keep Alive",
    "author": "Andr\u00e9 Barroso",
    "version": "1.1",
    "description": "Keeps the CA Service Desk session active",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bypass.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}