Pushline: PC/Mac Desktop Notifications

Pushline syncs your Android push notifications with your Computer/Mac on Chrome and let you remotely control your Smartphone

Pushline: PC/Mac Desktop Notifications là gì?

Pushline: PC/Mac Desktop Notifications là một tiện ích mở rộng Chrome được phát triển bởi https://getpushline.com, và tính năng chính của nó là "Pushline syncs your Android push notifications with your Computer/Mac on Chrome and let you remotely control your Smartphone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pushline: PC/Mac Desktop Notifications

Tải xuống các tệp mở rộng Pushline: PC/Mac Desktop Notifications 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

                        Pushline is a free application that synchronizes notifications and badges between your smartphone and a PC or Mac Computer, its like Continuity for your Android device.
You will never miss a phone call or message again while using your PC, even if your phone is in another room. 
You will never stop working or playing again on your PC to check your smartphone. 

- No signup or registration required
- Instant mirroring of your phone's push notifications on your PC/Mac
- Remote phone control directly from your computer: 
   - handle your phone calls;
   - adjust the volume;
   - locate your silent phone by making it ring loud;
   - reply to or send SMS messages;
   - sync your Contacts and Dial a number;
   - send text notes to your phone and use them with your preferred app (Whatsapp, Evernote, Telegram...);
- Pushline is secure! Your notifications will be encrypted and safely transferred to your desktop: no data will ever be stored.
- Low bandwidth consumption.
- Low battery consumption.
- Free, and with NO ads.

Android Application:
https://play.google.com/store/apps/details?id=com.getpushline

Chrome Extension:
https://chrome.google.com/webstore/detail/pushline/dojblmhfhjilfpkfakgfenpeoajdomkj

Got some question about Pushline? you can find more info at 
http://www.getpushline.com/faq/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pushline: PC/Mac Desktop Notifications Pushline: PC/Mac Desktop Notifications
ID dojblmhfhjilfpkfakgfenpeoajdomkj
URL Chính Thức https://chromewebstore.google.com/detail/pushline-pcmac-desktop-no/dojblmhfhjilfpkfakgfenpeoajdomkj
Mô tả Pushline syncs your Android push notifications with your Computer/Mac on Chrome and let you remotely control your Smartphone
Kích Thước Tệp 313 KB
Số Lần Cài Đặt 2,233
Phiên Bản Hiện Tại 0.7.251
Cập Nhật Lần Cuối 2015-02-05
Ngày Phát Hành 2015-02-05
Đánh Giá 3.43/5 Tổng số 58 Đánh Giá
Nhà Phát Triển https://getpushline.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.getpushline.com/
URL Trang Trợ Giúp http://www.getpushline.com/faq/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pushline: PC\/Mac Desktop Notifications",
    "short_name": "Pushline Desktop Notifications",
    "version": "0.7.251",
    "manifest_version": 2,
    "description": "Pushline syncs your Android push notifications with your Computer\/Mac on Chrome and let you remotely control your Smartphone",
    "homepage_url": "http:\/\/www.getpushline.com\/",
    "icons": {
        "16": "app\/icons\/pushline16.png",
        "48": "app\/icons\/pushline48.png",
        "128": "app\/icons\/pushline128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "app\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "app\/icons\/pushline16.png",
        "default_title": "Pushline",
        "default_popup": "app\/browser_action.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "app\/img\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}