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"
            ]
        }
    ]
}