SMS sender

SMS tool for comfortable SMS sending and receiving.

SMS senderคืออะไร?

SMS sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hujsi.martin และคุณลักษณะหลักของมันคือ "SMS tool for comfortable SMS sending and receiving."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SMS sender

ดาวน์โหลดไฟล์ส่วนขยาย SMS sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chrome extension for comfortable SMS handling.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SMS sender SMS sender
ID hkieeejkfombemgeimpbggfnacmaeifi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sms-sender/hkieeejkfombemgeimpbggfnacmaeifi
คำอธิบาย SMS tool for comfortable SMS sending and receiving.
ขนาดไฟล์ 214 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2015-05-17
วันที่เผยแพร่ 2015-05-17
ผู้พัฒนา hujsi.martin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMS sender",
    "description": "SMS tool for comfortable SMS sending and receiving.",
    "version": "0.1.4",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "gcm",
        "storage",
        "notifications",
        "background"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon-16x16.png",
        "default_popup": "popup.html"
    }
}