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은(는) Hoiio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!"입니다.

확장 프로그램 스크린샷

screenshot

Call Me Back 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}