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 - это расширение Chrome, разработанное Matt Zeunert, и его основная функция - "This application enables users of the Kashflow accounting software to open links in a new tab.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Kashflow Open in New Tab

Скачайте файлы расширений 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\/*"
    ]
}