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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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/
عنوان صفحة المساعدة 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\/*"
        ]
    }
}