Kashflow Open in New Tab
This application enables users of the Kashflow accounting software to open links in a new tab.
Cos'è Kashflow Open in New Tab?
Kashflow Open in New Tab è un'estensione di Chrome sviluppata da Matt Zeunert, e la sua funzione principale è "This application enables users of the Kashflow accounting software to open links in a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kashflow Open in New Tab
Scarica i file di estensione Kashflow Open in New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Kashflow Open in New Tab |
ID | aahobacacnmmniiiiiidngccaengkmig |
URL Ufficiale | https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig |
Descrizione | This application enables users of the Kashflow accounting software to open links in a new tab. |
Dimensione del File | 79.98 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2015-08-10 |
Data di Pubblicazione | 2015-08-10 |
Sviluppatore | Matt Zeunert |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |