Kashflow Open in New Tab
This application enables users of the Kashflow accounting software to open links in a new tab.
Was ist Kashflow Open in New Tab?
Kashflow Open in New Tab ist eine Chrome-Erweiterung, die von Matt Zeunert entwickelt wurde, und ihr Hauptmerkmal ist "This application enables users of the Kashflow accounting software to open links in a new tab.".
Erweiterungsscreenshots
Kashflow Open in New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kashflow Open in New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Kashflow Open in New Tab |
ID | aahobacacnmmniiiiiidngccaengkmig |
Offizielle URL | https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig |
Beschreibung | This application enables users of the Kashflow accounting software to open links in a new tab. |
Dateigröße | 79.98 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2015-08-10 |
Veröffentlichungsdatum | 2015-08-10 |
Entwickler | Matt Zeunert |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |