PushPresence
User Presence PushBullet Extension
O que é PushPresence?
PushPresence é uma extensão do Chrome desenvolvida por intangibleObject, e sua principal característica é "User Presence PushBullet Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PushPresence
Baixe arquivos de extensão PushPresence no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | PushPresence |
ID | kcajifnjediakdadhgonocmfaffnjbkj |
URL Oficial | https://chromewebstore.google.com/detail/pushpresence/kcajifnjediakdadhgonocmfaffnjbkj |
Descrição | User Presence PushBullet Extension |
Tamanho do Arquivo | 654 KB |
Contagem de Instalações | 125 |
Versão Atual | 5 |
Última Atualização | 2015-03-25 |
Data de Publicação | 2015-03-25 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | intangibleObject |
Tipo de Pagamento | free |
Idiomas Suportados | 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__" } } |