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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piyush และคุณลักษณะหลักของมันคือ "Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window "

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pingify : Gmail, Facebook & Twitter updates

ดาวน์โหลดไฟล์ส่วนขยาย Pingify : Gmail, Facebook & Twitter updates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        ""
    ]
}