SN Instances manager

This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…

Co je SN Instances manager?

SN Instances manager je rozšíření Chrome vyvinuté Daniele Songini, a jeho hlavní funkcí je „This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SN Instances manager

Stáhněte si soubory rozšíření SN Instances manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying activities like copying and pasting URL between multiple customers’ instances. It helps organize your work without having a crowded bookmarks bar.
With only 3 click, you can access all of the most used functionalities                    

Základní Informace o Rozšíření

Název SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
Oficiální URL https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Popis This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Velikost souboru 19.53 KB
Počet instalací 52
Aktuální Verze 1.0
Poslední Aktualizace 2017-08-23
Datum Vydání 2017-08-23
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Daniele Songini
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SN Instances manager",
    "version": "1.0",
    "author": "Songini Daniele",
    "icons": {
        "48": "icons\/meNow.ico"
    },
    "browser_action": {
        "default_icon": "icons\/meNow.ico",
        "default_title": "Manage Instance",
        "default_popup": "popup\/manageInstance.html"
    },
    "options_ui": {
        "page": "settings\/options.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "SNInstancesManager.js"
            ]
        }
    ]
}