SN Instances manager

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

Qu'est-ce que SN Instances manager ?

SN Instances manager est une extension Chrome développée par Daniele Songini, et sa fonction principale est "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SN Instances manager

Téléchargez les fichiers d'extension SN Instances manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
URL Officiel https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Description This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Taille du Fichier 19.53 KB
Nombre d'Installations 52
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-23
Date de Publication 2017-08-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur Daniele Songini
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}