Rebtel Total
Rebtel Total
什么是Rebtel Total?
Rebtel Total是由http://codingeverything.com开发的Chrome扩展程序,该扩展的主要功能是“Rebtel Total”。
扩展截图
下载Rebtel Total扩展crx文件
下载Rebtel Total扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Will add columns to Rebtel Account history that include cost per minute for each call as well as monthly totals per page.
扩展基本信息
名称 | |
ID | kjdfaimdbkkmpehdakdnhbgonnjmbafm |
官方URL | https://chrome.google.com/webstore/detail/rebtel-total/kjdfaimdbkkmpehdakdnhbgonnjmbafm |
简介 | Rebtel Total |
文件大小 | 21.87 KB |
安装次数 | 30 |
当前版本 | 0.2 |
更新时间 | 2015-08-16 |
上架时间 | 2015-08-16 |
评分 | 5.00/5 共2次评分 |
开发者 | http://codingeverything.com |
付费类型 | free |
扩展官网 | https://github.com/KyleMit/RebtelTotals |
帮助页面URL | https://github.com/KyleMit/RebtelTotals/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rebtel Total", "version": "0.2", "description": "Rebtel Total", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/my.rebtel.com\/en\/account\/history\/*" ], "js": [ "script.js" ] } ] } |