PushPresence

User Presence PushBullet Extension

PushPresence क्या है?

PushPresence intangibleObject द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "User Presence PushBullet Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PushPresence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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__"
    }
}