Kashflow Open in New Tab
This application enables users of the Kashflow accounting software to open links in a new tab.
O que é Kashflow Open in New Tab?
Kashflow Open in New Tab é uma extensão do Chrome desenvolvida por Matt Zeunert, e sua principal característica é "This application enables users of the Kashflow accounting software to open links in a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kashflow Open in New Tab
Baixe arquivos de extensão Kashflow Open in New Tab 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
Specifically this functionality applies to: - Purchases - Invoices - Customers - Suppliers - The Purchases, Invoices and Bank pages in the sidebar Kashflow Open In New Tab is not affiliated with KashFlow Software Ltd, or Iris Software Group. If the Kashflow app changes in the future this extension may stop working or interfere with the functionality of kashflow.com.
Informações Básicas da Extensão
Nome | Kashflow Open in New Tab |
ID | aahobacacnmmniiiiiidngccaengkmig |
URL Oficial | https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig |
Descrição | This application enables users of the Kashflow accounting software to open links in a new tab. |
Tamanho do Arquivo | 79.98 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.1.2 |
Última Atualização | 2015-08-10 |
Data de Publicação | 2015-08-10 |
Desenvolvedor | Matt Zeunert |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kashflow Open in New Tab", "short_name": "Kashflow Open in New Tab", "description": "This application enables users of the Kashflow accounting software to open links in a new tab.", "version": "0.1.2", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.kashflow.com\/*" ], "js": [ "jquery-2.1.1.js", "content-script.js" ] } ], "permissions": [ "https:\/\/app.kashflow.com\/*" ] } |