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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send a Voice Message or SMS to your friends when you run out of money. Let them call you back!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Call Me Back एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |