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 là gì?
Kashflow Open in New Tab là một tiện ích mở rộng Chrome được phát triển bởi Matt Zeunert, và tính năng chính của nó là "This application enables users of the Kashflow accounting software to open links in a new tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kashflow Open in New Tab
Tải xuống các tệp mở rộng Kashflow Open in New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kashflow Open in New Tab |
ID | aahobacacnmmniiiiiidngccaengkmig |
URL Chính Thức | https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig |
Mô tả | This application enables users of the Kashflow accounting software to open links in a new tab. |
Kích Thước Tệp | 79.98 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2015-08-10 |
Ngày Phát Hành | 2015-08-10 |
Nhà Phát Triển | Matt Zeunert |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |