SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
Что такое SN Search?
SN Search - это расширение Chrome, разработанное rutulpatel.rtl, и его основная функция - "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.".
Снимки экрана расширения
Скачать файл CRX расширения SN Search
Скачайте файлы расширений SN Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Google chrome omnibox extension to open Service-Now ticket directly through browser. Just type "sn" to directly go to that ticket. You can enter RTASK, STASK, SRQ, SITM, CTASK, CRQ, INC, etc. number at place in above syntax.
Основная информация о расширении
Название | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
Официальный URL | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
Описание | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
Размер файла | 121 KB |
Количество установок | 200 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2015-06-05 |
Дата публикации | 2015-06-05 |
Рейтинг | 4.60/5 Всего 5 оценок |
Разработчик | rutulpatel.rtl |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN Search", "description": "Enables Google Chrome omnibox to search Service-Now tickets by entering \"sn\" and ticket number.", "version": "1.0.2", "manifest_version": 2, "omnibox": { "keyword": "sn" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "9", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |