Service-Now AutoFrames
Adds frames to new Service-Now tabs
Qu'est-ce que Service-Now AutoFrames ?
Service-Now AutoFrames est une extension Chrome développée par mchowdhury91, et sa fonction principale est "Adds frames to new Service-Now tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Service-Now AutoFrames
Téléchargez les fichiers d'extension Service-Now AutoFrames au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Service-Now AutoFrames |
ID | kpjifigbglhddllfjjfipdohlgiolohe |
URL Officiel | https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe |
Description | Adds frames to new Service-Now tabs |
Taille du Fichier | 3.29 KB |
Nombre d'Installations | 93 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-03-17 |
Date de Publication | 2019-03-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mchowdhury91 |
Type de Paiement | free |
Langues Prises en Charge | 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 } |