SMS little helper for easy SMS sending

Þetta plugin bætir texta inní magnsendingar á SMS'um.

SMS little helper for easy SMS sending là gì?

SMS little helper for easy SMS sending là một tiện ích mở rộng Chrome được phát triển bởi brynjarhunfjord, và tính năng chính của nó là "Þetta plugin bætir texta inní magnsendingar á SMS'um.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SMS little helper for easy SMS sending

Tải xuống các tệp mở rộng SMS little helper for easy SMS sending 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

                        Þetta plugin bætir texta inní magnsendingar á SMS'um.                    

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

Tên SMS little helper for easy SMS sending SMS little helper for easy SMS sending
ID ckkhbelmmjihfdndhhbiejdbagfohcim
URL Chính Thức https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim
Mô tả Þetta plugin bætir texta inní magnsendingar á SMS'um.
Kích Thước Tệp 78.73 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2014-10-11
Ngày Phát Hành 2014-10-11
Nhà Phát Triển brynjarhunfjord
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 little helper for easy SMS sending",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "SMS helper",
        "default_icon": "icon16.png",
        "default_popup": "myscript.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vasi.siminn.is\/sms\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}