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