PushPresence
User Presence PushBullet Extension
PushPresence là gì?
PushPresence là một tiện ích mở rộng Chrome được phát triển bởi intangibleObject, và tính năng chính của nó là "User Presence PushBullet Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PushPresence
Tải xuống các tệp mở rộng PushPresence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PushPresence |
ID | kcajifnjediakdadhgonocmfaffnjbkj |
URL Chính Thức | https://chromewebstore.google.com/detail/pushpresence/kcajifnjediakdadhgonocmfaffnjbkj |
Mô tả | User Presence PushBullet Extension |
Kích Thước Tệp | 654 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 5 |
Cập Nhật Lần Cuối | 2015-03-25 |
Ngày Phát Hành | 2015-03-25 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | intangibleObject |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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__" } } |