Service-Now AutoFrames

Adds frames to new Service-Now tabs

Apa itu Service-Now AutoFrames?

Service-Now AutoFrames adalah ekstensi Chrome yang dikembangkan oleh mchowdhury91, dan fitur utamanya adalah "Adds frames to new Service-Now tabs".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Service-Now AutoFrames

Unduh file ekstensi Service-Now AutoFrames dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
URL Resmi https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Deskripsi Adds frames to new Service-Now tabs
Ukuran File 3.29 KB
Jumlah Instalasi 93
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-03-17
Tanggal Publikasi 2019-03-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang mchowdhury91
Tipe Pembayaran free
Bahasa yang Didukung 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
}