Pulse SMS Extension
Text message your friends from your computer
Pulse SMS Extensionคืออะไร?
Pulse SMS Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pulsesms.app และคุณลักษณะหลักของมันคือ "Text message your friends from your computer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pulse SMS Extension
ดาวน์โหลดไฟล์ส่วนขยาย Pulse SMS Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a Chrome extension to go along our Android Messenger app: https://play.google.com/store/apps/details?id=xyz.klinker.messenger If you would like to use the stand alone Web App, it can be found here: https://chrome.google.com/webstore/detail/messenger/nimjciaekjijpinhkhpmcbaoanjjojfi -------------------- You won't find any rivals on Android, for this next generation text messenger. Pulse SMS is fast, secure, beautiful, and packed with all the features and customization you could want! Pulse SMS re-imagines the way you socialize by making SMS and MMS available - seamlessly - across all your devices. Start by creating an account on your phone, and you will have instant access to all your messages, from anywhere. Here are some of the features that make Pulse SMS the ultimate messaging experience: - Endless global and per-conversation theme options - Share GIFs from Giphy - Delayed sending - Snooze notifications - Powerful searching for messages and conversations - Beautiful, readability-style browser, for the best web experience - Conversation archive - Blacklist phone numbers - Schedule messages - Automatic message backup and restore - Dual-SIM support (Android 5.1+) - and so much more! Supported Platforms: With our website, you can send and receive messages and manage the app from ANY device connected to the internet! On top of the web application, Pulse SMS also has native apps for Android tablets, Android Wear, Google Chrome, Firefox, and even Android TV: https://home.pulsesms.app/supported_platforms.html All of your conversations are stored in the cloud using strong end-to-end encrypted, so you never have to worry about your data getting out: https://home.pulsesms.app/encryption.html Price: The Android side of this app is FREE to use, enjoy Pulse SMS on your phone and replace your boring old SMS/MMS app! To text from other devices, you can choose between a subscription fee, or a one-time payment. We don't sell your data, like some free services! For full pricing details, see here: https://home.pulsesms.app/faq.html Please reach out to [email protected] with any questions or concerns, we would love to hear from you!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pulse SMS Extension |
ID | jjbjdleccaiklfpcblgekgmjadjdclkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pulse-sms-extension/jjbjdleccaiklfpcblgekgmjadjdclkp |
คำอธิบาย | Text message your friends from your computer |
ขนาดไฟล์ | 145 KB |
จำนวนการติดตั้ง | 11,915 |
เวอร์ชันปัจจุบัน | 2.1.4 |
อัปเดตครั้งล่าสุด | 2022-02-03 |
วันที่เผยแพร่ | 2020-05-21 |
คะแนน | 4.27/5 รวมทั้งหมด 119 คะแนน |
ผู้พัฒนา | https://pulsesms.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://home.pulsesms.app/overview/ |
URL หน้าช่วยเหลือ | https://home.pulsesms.app/help/ |
URL หน้านโยบายความเป็นส่วนตัว | https://home.pulsesms.app/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pulse SMS Extension", "description": "Text message your friends from your computer", "version": "2.1.4", "browser_action": { "default_icon": "assets\/icon_48.png", "default_popup": "popup.html", "default_title": "Pulse SMS" }, "minimum_chrome_version": "38", "permissions": [ "storage", "tabs", "gcm", "notifications", "background" ], "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "96": "assets\/icon_96.png", "128": "assets\/icon_128.png", "256": "assets\/icon_256.png" }, "background": { "scripts": [ "sjcl.js", "hmacsha1.js", "messenger.js" ] }, "externally_connectable": { "matches": [ "https:\/\/pulsesms.app\/*" ] }, "author": "Luke Klinker", "options_ui": { "page": "options.html", "chrome_style": true } } |