PushPresence

User Presence PushBullet Extension

PushPresence란 무엇입니까?

PushPresence은(는) intangibleObject에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "User Presence PushBullet Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PushPresence 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        PushPresence allows PushBullet users to send custom messages when their computer changes activity state. When combined with IFTTT, Tasker, etc, this extension allows you to perform functions based on whether you are currently at your computer. 

Examples: 
Enable bluetooth when you are away from a computer and disable it as soon as you return (IFTTT, Tasker)
Disable notifications for certain apps while at a computer (Android only: Requires Tasker, Secure Settings and root access)                    

확장 프로그램 기본 정보

이름 PushPresence PushPresence
ID kcajifnjediakdadhgonocmfaffnjbkj
공식 URL https://chromewebstore.google.com/detail/pushpresence/kcajifnjediakdadhgonocmfaffnjbkj
설명 User Presence PushBullet Extension
파일 크기 654 KB
설치 횟수 125
현재 버전 5
최근 업데이트 2015-03-25
출시 날짜 2015-03-25
평점 3.00/5 총 2 개의 평점
개발자 intangibleObject
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "5",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "idle",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "offline_enabled": false,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "options.html"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    }
}