Notifffy - Dribbble Notifications

Desktop notifications for your Dribbble activity.…

O que é Notifffy - Dribbble Notifications?

Notifffy - Dribbble Notifications é uma extensão do Chrome desenvolvida por Tactile Online, e sua principal característica é "Desktop notifications for your Dribbble activity.…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Notifffy - Dribbble Notifications

Baixe arquivos de extensão Notifffy - Dribbble Notifications 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

                        Desktop notifications for your Dribbble activity.                                                                                                                                                                                                                                                                                                                           
                                                                                
When you have a new notification (for example, when someone likes your shot or follows you), the extension button will display a badge. Clicking on the button will open a quick drop down menu with your most recent notifications. You can also access to dribble detail page notifications directly from the extension. This way, you can get information of your Dribbble activity from anywhere on the Web. Go to see all incoming activity & clean the NEWs badge.                    

Informações Básicas da Extensão

Nome Notifffy - Dribbble Notifications Notifffy - Dribbble Notifications
ID cgfbkdpncpdcobjhpkdnidfblkpodhap
URL Oficial https://chromewebstore.google.com/detail/notifffy-dribbble-notific/cgfbkdpncpdcobjhpkdnidfblkpodhap
Descrição Desktop notifications for your Dribbble activity.…
Tamanho do Arquivo 289 KB
Contagem de Instalações 17
Versão Atual 2.4.1
Última Atualização 2017-10-04
Data de Publicação 2017-10-04
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor Tactile Online
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifffy - Dribbble Notifications",
    "short_name": "Notifffy",
    "version": "2.4.1",
    "permissions": [
        "",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Notifffy - Dribbble Notifications",
        "default_icon": "images\/icon-activity-grey.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/jribbble.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}