Service-Now AutoFrames
Adds frames to new Service-Now tabs
Что такое Service-Now AutoFrames?
Service-Now AutoFrames - это расширение Chrome, разработанное mchowdhury91, и его основная функция - "Adds frames to new Service-Now tabs".
Снимки экрана расширения
Скачать файл CRX расширения Service-Now AutoFrames
Скачайте файлы расширений Service-Now AutoFrames в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a simple extension that adds the appropriate Service-Now frames to any Service-Now list or record you open up in a new tab. For example, when you normally open up the "Incidents - All" page in a new tab, it opens up a new tab with just the list of incidents without the Application Filter or any other part of the navigation frame. This extension adds the navigation frame back in when you open a Service-Now link in a new tab.
Основная информация о расширении
Название | Service-Now AutoFrames |
ID | kpjifigbglhddllfjjfipdohlgiolohe |
Официальный URL | https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe |
Описание | Adds frames to new Service-Now tabs |
Размер файла | 3.29 KB |
Количество установок | 93 |
Текущая Версия | 0.1 |
Последнее Обновление | 2019-03-17 |
Дата публикации | 2019-03-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | mchowdhury91 |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Service-Now AutoFrames", "version": "0.1", "description": "Adds frames to new Service-Now tabs", "permissions": [ "tabs", "webRequest", "*:\/\/*.service-now.com\/*", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |