Pushsafer
Pushsafer for Google Chrome
Pushsaferคืออะไร?
Pushsafer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pushsafer.com และคุณลักษณะหลักของมันคือ "Pushsafer for Google Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pushsafer
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |