CA SDM - Keep Alive

Keeps the CA Service Desk session active

Vad är CA SDM - Keep Alive?

CA SDM - Keep Alive är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Keeps the CA Service Desk session active".

Ladda ner CA SDM - Keep Alive-förlängningens CRX-fil

Ladda ner CA SDM - Keep Alive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Keeps the CA Service Desk session active.

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

Grundläggande Information om Tillägg

Namn CA SDM - Keep Alive CA SDM - Keep Alive
ID npcbkkkjeadmigchblfiedjjlfehjade
Officiell webbadress https://chromewebstore.google.com/detail/ca-sdm-keep-alive/npcbkkkjeadmigchblfiedjjlfehjade
Beskrivning Keeps the CA Service Desk session active
Filstorlek 11.05 KB
Antal Installationer 80
Aktuell Version 1.1
Senast Uppdaterad 2017-08-08
Publiceringsdatum 2017-08-08
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    }
}