Service-Now AutoFrames

Adds frames to new Service-Now tabs

什麼是Service-Now AutoFrames?

Service-Now AutoFrames是由mchowdhury91開發的Chrome擴展程式,該擴展的主要功能是“Adds frames to new Service-Now tabs”。

擴展截圖

下載Service-Now AutoFrames擴展crx文件

下載Service-Now AutoFrames擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
官方網址 https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
簡介 Adds frames to new Service-Now tabs
檔案大小 3.29 KB
安裝次數 93
目前版本 0.1
更新時間 2019-03-17
上架時間 2019-03-16
評分 5.00/5 共 1 次評分
開發者 mchowdhury91
付費類型 free
支援的語言 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
}