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 |
ID | kpjifigbglhddllfjjfipdohlgiolohe |
官方URL | 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 } |