Service-Now AutoFrames

Adds frames to new Service-Now tabs

Co to jest Service-Now AutoFrames?

Service-Now AutoFrames to rozszerzenie Chrome opracowane przez mchowdhury91, a jego główną funkcją jest „Adds frames to new Service-Now tabs”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Service-Now AutoFrames

Pobierz pliki rozszerzeń Service-Now AutoFrames w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
Oficjalny URL https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Opis Adds frames to new Service-Now tabs
Rozmiar pliku 3.29 KB
Liczba instalacji 93
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-03-17
Data Publikacji 2019-03-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper mchowdhury91
Typ Płatności free
Obsługiwane Języki 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
}