PushPresence

User Presence PushBullet Extension

Qu'est-ce que PushPresence ?

PushPresence est une extension Chrome développée par intangibleObject, et sa fonction principale est "User Presence PushBullet Extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PushPresence

Téléchargez les fichiers d'extension PushPresence au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom PushPresence PushPresence
ID kcajifnjediakdadhgonocmfaffnjbkj
URL Officiel https://chromewebstore.google.com/detail/pushpresence/kcajifnjediakdadhgonocmfaffnjbkj
Description User Presence PushBullet Extension
Taille du Fichier 654 KB
Nombre d'Installations 125
Version Actuelle 5
Dernière Mise à Jour 2015-03-25
Date de Publication 2015-03-25
Évaluation 3.00/5 Total 2 Évaluations
Développeur intangibleObject
Type de Paiement free
Langues Prises en Charge 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__"
    }
}