Pushsafer
Pushsafer for Google Chrome
什么是Pushsafer?
Pushsafer是由https://www.pushsafer.com开发的Chrome扩展程序,该扩展的主要功能是“Pushsafer for Google Chrome”。
扩展截图
下载Pushsafer扩展crx文件
下载Pushsafer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Pushsafer |
ID | lhlnaecofifmbdeegoffjohnfknbdeip |
官方URL | https://chromewebstore.google.com/detail/pushsafer/lhlnaecofifmbdeegoffjohnfknbdeip |
简介 | Pushsafer for Google Chrome |
文件大小 | 639 KB |
安装次数 | 611 |
当前版本 | 1.1.4 |
更新时间 | 2021-07-30 |
上架时间 | 2019-09-22 |
评分 | 3.67/5 共3次评分 |
开发者 | https://www.pushsafer.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.pushsafer.com |
帮助页面URL | https://www.pushsafer.com/en/chrome-extension |
隐私政策页面URL | https://www.pushsafer.com/privacy |
支持的语言 | 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" } |