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!".
Снимки экрана расширения
Скачать файл 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
Основная информация о расширении
Название | |
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" } } |