Service-Now AutoFrames

Adds frames to new Service-Now tabs

¿Qué es Service-Now AutoFrames?

Service-Now AutoFrames es una extensión de Chrome desarrollada por mchowdhury91, y su función principal es "Adds frames to new Service-Now tabs".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Service-Now AutoFrames

Descarga archivos de extensión Service-Now AutoFrames en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
URL Oficial https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Descripción Adds frames to new Service-Now tabs
Tamaño del Archivo 3.29 KB
Cantidad de Instalaciones 93
Versión Actual 0.1
Última Actualización 2019-03-17
Fecha de Publicación 2019-03-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador mchowdhury91
Tipo de Pago free
Idiomas Soportados 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
}