TringMe - Cheap International Calls
Make cheap international calls at unbeatable rates. Calls & Messaging between TringMe users worldwide are always free.
什么是TringMe - Cheap International Calls?
TringMe - Cheap International Calls是由https://tringme.com开发的Chrome扩展程序,该扩展的主要功能是“Make cheap international calls at unbeatable rates. Calls & Messaging between TringMe users worldwide are always free.”。
扩展截图
下载TringMe - Cheap International Calls扩展crx文件
下载TringMe - Cheap International Calls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make cheap international calls to any mobile or landline number worldwide at rates cheaper than anyone else.
扩展基本信息
名称 | |
ID | nodcdmejcfiedlflanbnbmnhlkhdngdj |
官方URL | https://chrome.google.com/webstore/detail/tringme-cheap-internation/nodcdmejcfiedlflanbnbmnhlkhdngdj |
简介 | Make cheap international calls at unbeatable rates. Calls & Messaging between TringMe users worldwide are always free. |
文件大小 | 29.02 KB |
安装次数 | 69 |
当前版本 | 1.2.1 |
更新时间 | 2016-03-13 |
上架时间 | 2016-03-13 |
评分 | 4.50/5 共8次评分 |
开发者 | https://tringme.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TringMe - Cheap International Calls", "description": "Make cheap international calls at unbeatable rates. Calls & Messaging between TringMe users worldwide are always free.", "version": "1.2.1", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "TringMe" }, "permissions": [ "tabs", "notifications", "unlimitedStorage" ] } |