Mobily.ws - Global SMS Service Provider
Mobily.WS SMS is a powerful application specialized in fast and secure communication.
Mobily.ws - Global SMS Service Providerคืออะไร?
Mobily.ws - Global SMS Service Provider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mobily.ws และคุณลักษณะหลักของมันคือ "Mobily.WS SMS is a powerful application specialized in fast and secure communication."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobily.ws - Global SMS Service Provider
ดาวน์โหลดไฟล์ส่วนขยาย Mobily.ws - Global SMS Service Provider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mobily.ws SMS: Fast, Secure, and Reliable! Send short and accurate SMS messages to your customers, partners and employees through your browser. Mobily Extension is a small, powerful and one of the best looking SMS applications that enables users send targeted text messages one at a time or in bulk. How to get started: - Download Mobily Extension on your computer via Google Web Store. - Start this application and sign in to send SMS messages Benefits: - 100% free. - Support both languages (Arabic & English). - Short time set-up. - Represents a cost-effective, efficient and secure tool to communicate. - Automatic sync of contact groups between Mobily.ws website and Mobily Extension. - Fast and easy tool enable users to send messages without the need to visit Mobily.ws website. - Get started in less than 30 seconds.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mobily.ws - Global SMS Service Provider |
ID | pmapgeheagddccpaogcigbngnkaeknbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mobilyws-global-sms-servi/pmapgeheagddccpaogcigbngnkaeknbn |
คำอธิบาย | Mobily.WS SMS is a powerful application specialized in fast and secure communication. |
ขนาดไฟล์ | 762 KB |
จำนวนการติดตั้ง | 232 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2015-10-04 |
วันที่เผยแพร่ | 2015-10-04 |
ผู้พัฒนา | Mobily.ws |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.mobily.ws |
URL หน้าช่วยเหลือ | https://mobily.ws/en/technical-support.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mobily.ws - Global SMS Service Provider", "description": "Mobily.WS SMS is a powerful application specialized in fast and secure communication.", "version": "1.1.1", "browser_action": { "default_icon": "images\/icon-sms_128.png", "default_popup": "pages\/ar\/index.html" }, "icons": { "16": "images\/icon-sms_16.png", "48": "images\/icon-sms_48.png", "128": "images\/icon-sms_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "popup.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "short_name": "Mobily.ws" } |