MessageBus - All messages on board
You can check all notifications from smart device, on your PC.
MessageBus - All messages on boardคืออะไร?
MessageBus - All messages on board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ddaysoft.blogspot.com และคุณลักษณะหลักของมันคือ "You can check all notifications from smart device, on your PC."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MessageBus - All messages on board
ดาวน์โหลดไฟล์ส่วนขยาย MessageBus - All messages on board ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remote Keyboard Use Keyboard on your computer for your smartphone, like bluetooth keyboard. Install latest Android App and please visit https://messagebus.app. Notification Mirroring Send all kinds of notification messages (text, whatsapp, mail, etc.) You can check it on your PC and use the features like reply, delete, etc. (if supported by the app) Text Sync You can instantly view and reply to text messages on your smartphone from your PC. I hope you don't hang up your cell phone because of the annoying spam characters. WEB Resource sharing It is possible to transfer only part of the address, specific image, and screen contents of the web screen that is currently viewed on the computer screen to the smart device, or conversely, to transfer it from the smart device to the computer. File Share You can share local drive's file between smartphone and computer. All Feature's are free You can download Android App here for free. https://play.google.com/store/apps/details?id=simpson.android 22 Mar 2019 - Hot fix. 22 Mar 2019 Clipboard Sync - You can share texts by copy action to clipboard. - You can paste it without any other action. (supported only on Android devices) - Please, check Settings(Android), Options Page(Chrome) Login flow changed. - Login flow has changed from popup style to redirect style. Login provider added. - Facebook, Twitter, Google. Notification Mirroring option added. -“Only when device is charging." - “Show title only on notification.”
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jeceibhpcbhjpbmfdfnhcokejjjfgjfa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/messagebus-all-messages-o/jeceibhpcbhjpbmfdfnhcokejjjfgjfa |
คำอธิบาย | You can check all notifications from smart device, on your PC. |
ขนาดไฟล์ | 9.06 MB |
จำนวนการติดตั้ง | 759 |
เวอร์ชันปัจจุบัน | 3.1.1 |
อัปเดตครั้งล่าสุด | 2019-07-07 |
วันที่เผยแพร่ | 2019-07-07 |
คะแนน | 4.20/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://ddaysoft.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://play.google.com/store/apps/details?id=simpson.android |
URL หน้านโยบายความเป็นส่วนตัว | https://simpson-9e940.firebaseapp.com/privacy.html |
ภาษาที่รองรับ | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "3.1.1", "description": "__MSG_app_description__", "default_locale": "en", "icons": { "16": "images\/app_icon.png", "48": "images\/app_icon.png", "128": "images\/app_icon.png" }, "browser_action": { "default_icon": { "19": "images\/icon_27.png", "38": "images\/icon_27.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/simpson-9e940.firebaseapp.com\/login.html", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_start" } ], "background": { "page": "background.html" }, "web_accessible_resources": [ "images\/icon_27.png", "files.html", "chrome_ex_oauth.html", "content.css" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnWVWYYRQeeatRF1MUymSknFksX8+jIKJRQv9xKOJbcWMFNPUkUjb2GcJM70msD+Tm02aTO4UrLeS6oiqdiEevWmGVANmtuOscXYxaoN8ZZCeDbQYYGlCWbHrZitdTmAbNdyfw1mrOi5X2jMSUzYexV1aqgCNRg8olVBaPLMKrOFwmZe2b6GYyz1HdzVR4vkrGdQrk++62la34EDTGl3aO4WMVt90QeRYHTlkL4OIvuZUrDLWwKlNeakVvcCmkLImWidPlc9kQDkf9ykYu27VkhNc+nl+aAaAh9JKd1U7vT5\/tw+4+j3XK8pQu0cC2X0UvCyEu40xCl\/I19j\/Dwr\/+QIDAQAB", "permissions": [ "gcm", "storage", "idle", "notifications", "tabs", "clipboardRead", "clipboardWrite", "contextMenus", "identity", "identity.email", "tabCapture", "activeTab", " |