Kashflow Open in New Tab
This application enables users of the Kashflow accounting software to open links in a new tab.
Wat is Kashflow Open in New Tab?
Kashflow Open in New Tab is een Chrome-extensie ontwikkeld door Matt Zeunert, en de belangrijkste functie is "This application enables users of the Kashflow accounting software to open links in a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kashflow Open in New Tab
Download Kashflow Open in New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Kashflow Open in New Tab |
ID | aahobacacnmmniiiiiidngccaengkmig |
Officiële URL | https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig |
Beschrijving | This application enables users of the Kashflow accounting software to open links in a new tab. |
Bestandsgrootte | 79.98 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2015-08-10 |
Publicatiedatum | 2015-08-10 |
Ontwikkelaar | Matt Zeunert |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |