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
官方網址 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\/*"
    ]
}