Rebtel Total
Rebtel Total
What is Rebtel Total?
Rebtel Total is a Chrome extension developed by http://codingeverything.com, and its main feature is "Rebtel Total".
Extension Screenshots
Download Rebtel Total Extension CRX File
Download Rebtel Total extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Will add columns to Rebtel Account history that include cost per minute for each call as well as monthly totals per page.
Extension Basic Information
Name | |
ID | kjdfaimdbkkmpehdakdnhbgonnjmbafm |
Official URL | https://chrome.google.com/webstore/detail/rebtel-total/kjdfaimdbkkmpehdakdnhbgonnjmbafm |
Description | Rebtel Total |
File Size | 21.87 KB |
Installation Count | 30 |
Current Version | 0.2 |
Last Updated | 2015-08-16 |
Publish Date | 2015-08-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://codingeverything.com |
Payment Type | free |
Extension Website | https://github.com/KyleMit/RebtelTotals |
Help Page URL | https://github.com/KyleMit/RebtelTotals/issues |
Supported Languages | 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" ] } ] } |