Kashflow Open in New Tab
This application enables users of the Kashflow accounting software to open links in a new tab.
Τι είναι το Kashflow Open in New Tab;
Το Kashflow Open in New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matt Zeunert, και η κύρια λειτουργία του είναι "This application enables users of the Kashflow accounting software to open links in a new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kashflow Open in New Tab
Λήψη αρχείων επέκτασης Kashflow Open in New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Kashflow Open in New Tab |
ID | aahobacacnmmniiiiiidngccaengkmig |
Επίσημο URL | https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig |
Περιγραφή | This application enables users of the Kashflow accounting software to open links in a new tab. |
Μέγεθος Αρχείου | 79.98 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2015-08-10 |
Ημερομηνία Δημοσίευσης | 2015-08-10 |
Προγραμματιστής | Matt Zeunert |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |