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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get realtime facebook, twitter, gmail tabs updates & switch to the tab from any window "입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pingify : Gmail, Facebook & Twitter updates 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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",
        ""
    ]
}