Service-Now AutoFrames

Adds frames to new Service-Now tabs

Vad är Service-Now AutoFrames?

Service-Now AutoFrames är en Chrome-tillägg utvecklad av mchowdhury91, och dess huvudfunktion är "Adds frames to new Service-Now tabs".

Tilläggsskärmbilder

Ladda ner Service-Now AutoFrames-förlängningens CRX-fil

Ladda ner Service-Now AutoFrames-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
Officiell webbadress https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Beskrivning Adds frames to new Service-Now tabs
Filstorlek 3.29 KB
Antal Installationer 93
Aktuell Version 0.1
Senast Uppdaterad 2019-03-17
Publiceringsdatum 2019-03-16
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare mchowdhury91
Betalningssätt free
Stödda Språk 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
}