StrikeBase

Displays a list of all your notifications and messages from your StrikeBase account.

Что такое StrikeBase?

StrikeBase - это расширение Chrome, разработанное http://www.strikebase.com, и его основная функция - "Displays a list of all your notifications and messages from your StrikeBase account.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения StrikeBase

Скачайте файлы расширений StrikeBase в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Add Tasks, share Pages and view Notifications from your StrikeBase account. 

* Notifies you when your team performs updates in connection with the items you are working on across all your Projects

* Displays the most recent Messages in your Message Inbox

* Auto updates every minute

* Stay updated on StrikeBase account activity even if you don't have StrikeBase open in your browser                    

Основная информация о расширении

Название StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
Официальный URL https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Описание Displays a list of all your notifications and messages from your StrikeBase account.
Размер файла 700 KB
Количество установок 13
Текущая Версия 1.8
Последнее Обновление 2013-09-01
Дата публикации 2013-09-01
Рейтинг 4.67/5 Всего 3 оценок
Разработчик http://www.strikebase.com
Тип оплаты free
Официальный сайт расширения http://www.strikebase.com
URL страницы помощи http://support.strikebase.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StrikeBase",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Displays a list of all your notifications and messages from your StrikeBase account.",
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "StrikeBase"
    },
    "permissions": [
        "https:\/\/*.strikebase.com\/",
        "notifications",
        "tabs"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}