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 - это расширение Chrome, разработанное Daniele Songini, и его основная функция - "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения SN Instances manager

Скачайте файлы расширений 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"
            ]
        }
    ]
}