Pingify : Gmail, Facebook & Twitter updates

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

Pingify : Gmail, Facebook & Twitter updates क्या है?

Pingify : Gmail, Facebook & Twitter updates Piyush द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window "।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pingify : Gmail, Facebook & Twitter updates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Pingify : Gmail, Facebook & Twitter updates Pingify : Gmail, Facebook & Twitter updates
ID hljfcoecgpocgkhcimnldhddofkmpnki
आधिकारिक URL https://chrome.google.com/webstore/detail/pingify-gmail-facebook-tw/hljfcoecgpocgkhcimnldhddofkmpnki
विवरण Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window
फ़ाइल का आकार 104 KB
स्थापना संख्या 17
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2016-06-18
प्रकाशन तिथि 2016-06-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Piyush
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.piyushtripathi.com
गोपनीयता नीति पृष्ठ URL http://www.piyushtripathi.com
समर्थित भाषाएँ 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",
        ""
    ]
}