Pingify : Gmail, Facebook & Twitter updates

Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window

O que é Pingify : Gmail, Facebook & Twitter updates?

Pingify : Gmail, Facebook & Twitter updates é uma extensão do Chrome desenvolvida por Piyush, e sua principal característica é "Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window ".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pingify : Gmail, Facebook & Twitter updates

Baixe arquivos de extensão Pingify : Gmail, Facebook & Twitter updates 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

                        A chrome addon that notifies any new updates on opened Facebook, Twitter, Gmail tabs.

Benefits:
* Allows to check realtime tab updates without leaving the current tab
* Makes it easy to quickly switch to the tab you are interested in, from any window
* Does not require or store sensitive login details

Changes
* Added support to Gmail

Features
* Supports facebook, twitter, Gmail
* Realtime and fast updates
* Ability to quickly switch between tabs
* Supports multiple windows and multiple tabs
* Does not need any sensitive data, password etc
* Low on memory consuption                    

Informações Básicas da Extensão

Nome Pingify : Gmail, Facebook & Twitter updates Pingify : Gmail, Facebook & Twitter updates
ID hljfcoecgpocgkhcimnldhddofkmpnki
URL Oficial https://chrome.google.com/webstore/detail/pingify-gmail-facebook-tw/hljfcoecgpocgkhcimnldhddofkmpnki
Descrição Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window
Tamanho do Arquivo 104 KB
Contagem de Instalações 17
Versão Atual 0.0.0.3
Última Atualização 2016-06-18
Data de Publicação 2016-06-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Piyush
Tipo de Pagamento free
Site da Extensão http://www.piyushtripathi.com
URL da Página de Política de Privacidade http://www.piyushtripathi.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pingify : Gmail, Facebook & Twitter updates",
    "description": "Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window ",
    "version": "0.0.0.3",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "480": "img\/icon-480.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        ""
    ]
}