Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
O que é Swimlane Array.with Fix?
Swimlane Array.with Fix é uma extensão do Chrome desenvolvida por Swimlane, e sua principal característica é "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Swimlane Array.with Fix
Baixe arquivos de extensão Swimlane Array.with Fix 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
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Informações Básicas da Extensão
Nome | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
URL Oficial | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
Descrição | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
Tamanho do Arquivo | 3.49 KB |
Contagem de Instalações | 534 |
Versão Atual | 1.1 |
Última Atualização | 2023-02-19 |
Data de Publicação | 2023-02-18 |
Desenvolvedor | Swimlane |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://swimlane.com/ |
URL da Página de Ajuda | https://swimlane.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swimlane Array.with Fix", "description": "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "override.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |