StrikeBase

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

O que é StrikeBase?

StrikeBase é uma extensão do Chrome desenvolvida por http://www.strikebase.com, e sua principal característica é "Displays a list of all your notifications and messages from your StrikeBase account.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão StrikeBase

Baixe arquivos de extensão StrikeBase no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome StrikeBase StrikeBase
ID klpilbaimliijkmfndhndnnglagginll
URL Oficial https://chrome.google.com/webstore/detail/strikebase/klpilbaimliijkmfndhndnnglagginll
Descrição Displays a list of all your notifications and messages from your StrikeBase account.
Tamanho do Arquivo 700 KB
Contagem de Instalações 13
Versão Atual 1.8
Última Atualização 2013-09-01
Data de Publicação 2013-09-01
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor http://www.strikebase.com
Tipo de Pagamento free
Site da Extensão http://www.strikebase.com
URL da Página de Ajuda http://support.strikebase.com
Idiomas Suportados 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'"
}