Kashflow Open in New Tab

This application enables users of the Kashflow accounting software to open links in a new tab.

Co to jest Kashflow Open in New Tab?

Kashflow Open in New Tab to rozszerzenie Chrome opracowane przez Matt Zeunert, a jego główną funkcją jest „This application enables users of the Kashflow accounting software to open links in a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Kashflow Open in New Tab

Pobierz pliki rozszerzeń Kashflow Open in New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kashflow Open in New Tab Kashflow Open in New Tab
ID aahobacacnmmniiiiiidngccaengkmig
Oficjalny URL https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig
Opis This application enables users of the Kashflow accounting software to open links in a new tab.
Rozmiar pliku 79.98 KB
Liczba instalacji 30
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2015-08-10
Data Publikacji 2015-08-10
Deweloper Matt Zeunert
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}