Service-Now AutoFrames

Adds frames to new Service-Now tabs

Was ist Service-Now AutoFrames?

Service-Now AutoFrames ist eine Chrome-Erweiterung, die von mchowdhury91 entwickelt wurde, und ihr Hauptmerkmal ist "Adds frames to new Service-Now tabs".

Erweiterungsscreenshots

Service-Now AutoFrames-Erweiterungs-CRX-Datei herunterladen

Laden Sie Service-Now AutoFrames-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
Offizielle URL https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Beschreibung Adds frames to new Service-Now tabs
Dateigröße 3.29 KB
Installationsanzahl 93
Aktuelle Version 0.1
Letztes Update 2019-03-17
Veröffentlichungsdatum 2019-03-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler mchowdhury91
Zahlungsart free
Unterstützte Sprachen 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
}