PushPresence

User Presence PushBullet Extension

什么是PushPresence?

PushPresence是由intangibleObject开发的Chrome扩展程序,该扩展的主要功能是“User Presence PushBullet Extension”。

扩展截图

screenshot
screenshot

下载PushPresence扩展crx文件

下载PushPresence扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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__"
    }
}