Pingify : Gmail, Facebook & Twitter updates

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

¿Qué es Pingify : Gmail, Facebook & Twitter updates?

Pingify : Gmail, Facebook & Twitter updates es una extensión de Chrome desarrollada por Piyush, y su función principal es "Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window ".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pingify : Gmail, Facebook & Twitter updates

Descarga archivos de extensión Pingify : Gmail, Facebook & Twitter updates en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre 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
Descripción Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window
Tamaño del Archivo 104 KB
Cantidad de Instalaciones 17
Versión Actual 0.0.0.3
Última Actualización 2016-06-18
Fecha de Publicación 2016-06-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Piyush
Tipo de Pago free
Sitio Web de la Extensión http://www.piyushtripathi.com
URL de la Página de Política de Privacidad http://www.piyushtripathi.com
Idiomas Soportados 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",
        ""
    ]
}