SMSee - SMS on PC

SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.

SMSee - SMS on PCคืออะไร?

SMSee - SMS on PC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smsee.net และคุณลักษณะหลักของมันคือ "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SMSee - SMS on PC

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

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

                                            

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

ชื่อ SMSee - SMS on PC SMSee - SMS on PC
ID fnmkhchopkmelgcnjpfflkjghgaalmod
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod
คำอธิบาย SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 1,989
เวอร์ชันปัจจุบัน 1.0.26
อัปเดตครั้งล่าสุด 2016-04-26
วันที่เผยแพร่ 2016-04-26
คะแนน 1.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.smsee.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.smsee.net/
URL หน้าช่วยเหลือ https://www.smsee.net/faq.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SMSee - SMS on PC",
    "short_name": "SMSee Chrome Extension",
    "version": "1.0.26",
    "manifest_version": 2,
    "description": "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.",
    "homepage_url": "https:\/\/www.smsee.net\/",
    "icons": {
        "48": "gfx\/res\/mipmap-mdpi\/ic_launcher.png",
        "72": "gfx\/res\/mipmap-hdpi\/ic_launcher.png",
        "96": "gfx\/res\/mipmap-xhdpi\/ic_launcher.png"
    },
    "browser_action": {
        "default_title": "SMSee"
    },
    "background": {
        "scripts": [
            "smsee.js"
        ]
    },
    "permissions": [
        "tabs",
        "gcm",
        "storage",
        "notifications",
        "https:\/\/www.smsee.net\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.smsee.net\/*"
        ]
    }
}