SMS sender

SMS tool for comfortable SMS sending and receiving.

SMS sender là gì?

SMS sender là một tiện ích mở rộng Chrome được phát triển bởi hujsi.martin, và tính năng chính của nó là "SMS tool for comfortable SMS sending and receiving.".

Tải xuống tệp CRX của tiện ích mở rộng SMS sender

Tải xuống các tệp mở rộng SMS sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Chrome extension for comfortable SMS handling.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SMS sender SMS sender
ID hkieeejkfombemgeimpbggfnacmaeifi
URL Chính Thức https://chrome.google.com/webstore/detail/sms-sender/hkieeejkfombemgeimpbggfnacmaeifi
Mô tả SMS tool for comfortable SMS sending and receiving.
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2015-05-17
Ngày Phát Hành 2015-05-17
Nhà Phát Triển hujsi.martin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}