Call Me Back

Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!

Call Me Backคืออะไร?

Call Me Back เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hoiio และคุณลักษณะหลักของมันคือ "Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!"

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

screenshot

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

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

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

                        Have you ever been in a situation when your mobile phone ran out of money, and you can no longer make a crucial call/SMS? 

When that happens, use this extension to send a Voice/SMS message to your friends or family. Let them call back (assuming incoming calls are free)!

NOTE: You need a Hoiio developer account to work. Get it from http://developer.hoiio.com                    

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

ชื่อ Call Me Back Call Me Back
ID jfkogeilgpfjgipncnbmkdmnapcampkp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/call-me-back/jfkogeilgpfjgipncnbmkdmnapcampkp
คำอธิบาย Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!
ขนาดไฟล์ 18.69 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-12-11
วันที่เผยแพร่ 2012-12-11
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Hoiio
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://developer.hoiio.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Call Me Back ",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/secure.hoiio.com\/",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    }
}