Kashflow Open in New Tab

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

Vad är Kashflow Open in New Tab?

Kashflow Open in New Tab är en Chrome-tillägg utvecklad av Matt Zeunert, och dess huvudfunktion är "This application enables users of the Kashflow accounting software to open links in a new tab.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Kashflow Open in New Tab-förlängningens CRX-fil

Ladda ner Kashflow Open in New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Kashflow Open in New Tab Kashflow Open in New Tab
ID aahobacacnmmniiiiiidngccaengkmig
Officiell webbadress https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig
Beskrivning This application enables users of the Kashflow accounting software to open links in a new tab.
Filstorlek 79.98 KB
Antal Installationer 30
Aktuell Version 0.1.2
Senast Uppdaterad 2015-08-10
Publiceringsdatum 2015-08-10
Utvecklare Matt Zeunert
Betalningssätt free
Stödda Språk 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\/*"
    ]
}