Service-Now AutoFrames

Adds frames to new Service-Now tabs

Wat is Service-Now AutoFrames?

Service-Now AutoFrames is een Chrome-extensie ontwikkeld door mchowdhury91, en de belangrijkste functie is "Adds frames to new Service-Now tabs".

Extensie Screenshots

Download het CRX-bestand van de extensie Service-Now AutoFrames

Download Service-Now AutoFrames-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
Officiële URL https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Beschrijving Adds frames to new Service-Now tabs
Bestandsgrootte 3.29 KB
Aantal Installaties 93
Huidige Versie 0.1
Laatst Bijgewerkt 2019-03-17
Publicatiedatum 2019-03-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mchowdhury91
Betalingswijze free
Ondersteunde Talen 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
}