Pingify : Gmail, Facebook & Twitter updates

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

Qu'est-ce que Pingify : Gmail, Facebook & Twitter updates ?

Pingify : Gmail, Facebook & Twitter updates est une extension Chrome développée par Piyush, et sa fonction principale est "Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window ".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pingify : Gmail, Facebook & Twitter updates

Téléchargez les fichiers d'extension Pingify : Gmail, Facebook & Twitter updates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pingify : Gmail, Facebook & Twitter updates Pingify : Gmail, Facebook & Twitter updates
ID hljfcoecgpocgkhcimnldhddofkmpnki
URL Officiel https://chrome.google.com/webstore/detail/pingify-gmail-facebook-tw/hljfcoecgpocgkhcimnldhddofkmpnki
Description Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window
Taille du Fichier 104 KB
Nombre d'Installations 17
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2016-06-18
Date de Publication 2016-06-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur Piyush
Type de Paiement free
Site Web de l'Extension http://www.piyushtripathi.com
URL de la Page de Politique de Confidentialité http://www.piyushtripathi.com
Langues Prises en Charge 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",
        ""
    ]
}