Call Me Back

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

O que é Call Me Back?

Call Me Back é uma extensão do Chrome desenvolvida por Hoiio, e sua principal característica é "Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Call Me Back

Baixe arquivos de extensão Call Me Back no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Call Me Back Call Me Back
ID jfkogeilgpfjgipncnbmkdmnapcampkp
URL Oficial https://chrome.google.com/webstore/detail/call-me-back/jfkogeilgpfjgipncnbmkdmnapcampkp
Descrição Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!
Tamanho do Arquivo 18.69 KB
Contagem de Instalações 78
Versão Atual 1.0
Última Atualização 2012-12-11
Data de Publicação 2012-12-11
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Hoiio
Tipo de Pagamento free
URL da Página de Ajuda http://developer.hoiio.com
Idiomas Suportados 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"
    }
}