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.”。

扩展截图

screenshot
screenshot

下载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 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\/*"
    ]
}