SwissNow (On Premise) - ServiceNOW toolbox
Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
O que é SwissNow (On Premise) - ServiceNOW toolbox?
SwissNow (On Premise) - ServiceNOW toolbox é uma extensão do Chrome desenvolvida por Łukasz Krzaczkowski, e sua principal característica é "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SwissNow (On Premise) - ServiceNOW toolbox
Baixe arquivos de extensão SwissNow (On Premise) - ServiceNOW toolbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A version of SwissNow extension supporting on premise versions of ServiceNow. Both versions of the plugin share the same code base and functionality. This version of the plugin requires additional permissions to be able to access ServiceNow instance. If you do not plan to use on premise ServiceNow instances, please use the base version: https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm
Informações Básicas da Extensão
Nome | SwissNow (On Premise) - ServiceNOW toolbox |
ID | ggfnhpnjafcnfdccnjhohmobekdicghn |
URL Oficial | https://chromewebstore.google.com/detail/swissnow-on-premise-servi/ggfnhpnjafcnfdccnjhohmobekdicghn |
Descrição | Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW. |
Tamanho do Arquivo | 792 KB |
Contagem de Instalações | 133 |
Versão Atual | 0.13.704-S-onprem |
Última Atualização | 2023-07-05 |
Data de Publicação | 2020-05-21 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | Łukasz Krzaczkowski |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "SwissNow (On Premise) - ServiceNOW toolbox", "name": "SwissNow (On Premise) - ServiceNOW toolbox", "description": "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.", "version": "0.13.704", "version_name": "0.13.704-S-onprem", "page_action": { "default_icon": "menu_active.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "cookies", "storage", "alarms", "notifications", "contextMenus", "*:\/\/*\/", "file:\/\/\/*.js" ], "icons": { "16": "menu_active.png", "128": "menu_active.png" }, "background": { "scripts": [ "common.js", "js\/2.5.3-crypto-sha1.js", "polling.js", "background.js" ] } } |