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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
    ]
}