PushPresence

User Presence PushBullet Extension

What is PushPresence?

PushPresence is a Chrome extension developed by intangibleObject, and its main feature is "User Presence PushBullet Extension".

Extension Screenshots

screenshot
screenshot

Download PushPresence Extension CRX File

Download PushPresence extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name PushPresence PushPresence
ID kcajifnjediakdadhgonocmfaffnjbkj
Official URL https://chromewebstore.google.com/detail/pushpresence/kcajifnjediakdadhgonocmfaffnjbkj
Description User Presence PushBullet Extension
File Size 654 KB
Installation Count 125
Current Version 5
Last Updated 2015-03-25
Publish Date 2015-03-25
Rating 3.00/5 Total 2 Ratings
Developer intangibleObject
Payment Type free
Supported Languages 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__"
    }
}