AutoSMS

Send free SMS w/o registration

AutoSMSคืออะไร?

AutoSMS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Luu และคุณลักษณะหลักของมันคือ "Send free SMS w/o registration"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoSMS

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

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

                        UPDATE: until the underlying service provider (AutoSMS) is working again, this extension won't work.

Built against the free & cool AutoSMS API, this extension allows you to send SMS text messages for free, without requiring any registration. There are generally no or minimal limits on the number of messages you can send.

SMS support limited to carriers (of recipient) listed in the extension. If no carriers listed, SMS service may be down.

Unfortunately, this service doesn't offer option to supply a reply number or address for recipient to reply to. But you can put that inside the SMS message if needed.

For more details, visit http://www.watacrackaz.com/autosms

I built this extension since the service provider didn't offer one, only offering a Firefox extension. Hey, Google Chrome is cool too! And this is my way of showing support.

Source code for the extension has now been released, including the source for other platform versions. Get the source or AutoSMS for Opera, Safari, Windows 7/Vista, etc. here: https://github.com/daluu/autosmsclients

You can try to get support at the Github site link above. Bear in mind some of your support issues may be specific to the AutoSMS service provider rather than the extension, so then I may not be able to help you in that case.

FYI, as a fallback, if this extension doesn't work for you or not to your liking, try Textbelter in the web store (https://chrome.google.com/webstore/detail/textbelter/clciehobfheendclpnmbgbalelignpoa).                    

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

ชื่อ AutoSMS AutoSMS
ID ldchbhmddhdbdbhlmhhbbmimlaakplol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autosms/ldchbhmddhdbdbhlmhhbbmimlaakplol
คำอธิบาย Send free SMS w/o registration
ขนาดไฟล์ 12.34 KB
จำนวนการติดตั้ง 345
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-12-31
วันที่เผยแพร่ 2017-12-30
คะแนน 3.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา David Luu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/daluu/autosmsclients
URL หน้าช่วยเหลือ https://github.com/daluu/autosmsclients/wiki/Getting-support-for-AutoSMS
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoSMS",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Send free SMS w\/o registration",
    "icons": {
        "16": "AutoSMS_icon_16.png",
        "48": "AutoSMS_icon_48.png",
        "64": "AutoSMS_icon_64.png"
    },
    "browser_action": {
        "default_icon": "AutoSMS_icon_16.png",
        "default_title": "AutoSMS client",
        "default_popup": "autosms.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.watacrackaz.com\/",
        "http:\/\/add0n.com\/"
    ]
}