SN Instances manager

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

Apa itu SN Instances manager?

SN Instances manager adalah ekstensi Chrome yang dikembangkan oleh Daniele Songini, dan fitur utamanya adalah "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SN Instances manager

Unduh file ekstensi SN Instances manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
URL Resmi https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Deskripsi This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Ukuran File 19.53 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-08-23
Tanggal Publikasi 2017-08-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Daniele Songini
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}