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によって開発されたChromeの拡張機能で、その主な機能は「This application enables users of the Kashflow accounting software to open links in a new tab.」です。
拡張機能のスクリーンショット
Kashflow Open in New Tab拡張機能のCRXファイルをダウンロード
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\/*" ] } |