Service-Now AutoFrames
Adds frames to new Service-Now tabs
What is Service-Now AutoFrames?
Service-Now AutoFrames is a Chrome extension developed by mchowdhury91, and its main feature is "Adds frames to new Service-Now tabs".
Extension Screenshots
Download Service-Now AutoFrames Extension CRX File
Download Service-Now AutoFrames extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Service-Now AutoFrames |
ID | kpjifigbglhddllfjjfipdohlgiolohe |
Official URL | https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe |
Description | Adds frames to new Service-Now tabs |
File Size | 3.29 KB |
Installation Count | 93 |
Current Version | 0.1 |
Last Updated | 2019-03-17 |
Publish Date | 2019-03-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mchowdhury91 |
Payment Type | free |
Supported Languages | 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 } |