Pushsafer
Pushsafer for Google Chrome
Pushsafer là gì?
Pushsafer là một tiện ích mở rộng Chrome được phát triển bởi https://www.pushsafer.com, và tính năng chính của nó là "Pushsafer for Google Chrome".
Ả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 Pushsafer
Tải xuống các tệp mở rộng Pushsafer 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
Pushsafer for Google Chrome Send links, website urls, selected text or image urls to your registered devices. Right Click on text selection, images or links to send the content or link as a push notification to your device. More info about Pushsafer.com can be found on https://www.pushsafer.com What does Pushsafer.com do? Pushsafer make it easy and safe to get push-notifications in real time on your Android or Windows mobile device, iPhone, iPad and Desktop! Send push-notifications to your devices by EMAIL, through a simple URL / LINK or with our API Offers solutions for many case studies, for example: home automation alerts, ip camera motion detection, server monitoring, sheduled reminder and everything else you want to be reminded It is easy to set up! Test Pushsafer for free now
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pushsafer |
ID | lhlnaecofifmbdeegoffjohnfknbdeip |
URL Chính Thức | https://chromewebstore.google.com/detail/pushsafer/lhlnaecofifmbdeegoffjohnfknbdeip |
Mô tả | Pushsafer for Google Chrome |
Kích Thước Tệp | 639 KB |
Số Lần Cài Đặt | 611 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2021-07-30 |
Ngày Phát Hành | 2019-09-22 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.pushsafer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.pushsafer.com |
URL Trang Trợ Giúp | https://www.pushsafer.com/en/chrome-extension |
URL Trang Chính Sách Bảo Mật | https://www.pushsafer.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "128.png", "default_title": "__MSG_appDefaultTitle__" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "128.png" }, "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "version": "1.1.4" } |