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 } |