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!”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | jfkogeilgpfjgipncnbmkdmnapcampkp |
官方網址 | 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" } } |