SMS sender
SMS tool for comfortable SMS sending and receiving.
What is SMS sender?
SMS sender is a Chrome extension developed by hujsi.martin, and its main feature is "SMS tool for comfortable SMS sending and receiving.".
Download SMS sender Extension CRX File
Download SMS sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension for comfortable SMS handling.
Extension Basic Information
Name | |
ID | hkieeejkfombemgeimpbggfnacmaeifi |
Official URL | https://chrome.google.com/webstore/detail/sms-sender/hkieeejkfombemgeimpbggfnacmaeifi |
Description | SMS tool for comfortable SMS sending and receiving. |
File Size | 214 KB |
Installation Count | 199 |
Current Version | 0.1.4 |
Last Updated | 2015-05-17 |
Publish Date | 2015-05-17 |
Developer | hujsi.martin |
Payment Type | free |
Supported Languages | 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" } } |