SN Instances manager

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

什么是SN Instances manager?

SN Instances manager是由Daniele Songini开发的Chrome扩展程序,该扩展的主要功能是“This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…”。

扩展截图

screenshot
screenshot

下载SN Instances manager扩展crx文件

下载SN Instances manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
官方URL https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
简介 This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
文件大小 19.53 KB
安装次数 52
当前版本 1.0
更新时间 2017-08-23
上架时间 2017-08-23
评分 5.00/5 共2次评分
开发者 Daniele Songini
付费类型 free
支持的语言 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"
            ]
        }
    ]
}