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ファイルをダウンロード

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