SN Instances manager

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

SN Instances manager là gì?

SN Instances manager là một tiện ích mở rộng Chrome được phát triển bởi Daniele Songini, và tính năng chính của nó là "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SN Instances manager

Tải xuống các tệp mở rộng SN Instances manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
URL Chính Thức https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Mô tả This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Kích Thước Tệp 19.53 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-23
Ngày Phát Hành 2017-08-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Daniele Songini
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}