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 Matt Zeunert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This application enables users of the Kashflow accounting software to open links in a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kashflow Open in New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |