Mamba rate progress

Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.

What is Mamba rate progress?

Mamba rate progress is a Chrome extension developed by QTeam, and its main feature is "Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.".

Extension Screenshots

screenshot

Download Mamba rate progress Extension CRX File

Download Mamba rate progress 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

                                            

Extension Basic Information

Name Mamba rate progress Mamba rate progress
ID jonfcneijpoijpjmaiekgkhknnnmflba
Official URL https://chrome.google.com/webstore/detail/mamba-rate-progress/jonfcneijpoijpjmaiekgkhknnnmflba
Description Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.
File Size 202 KB
Installation Count 33
Current Version 1.0
Last Updated 2015-06-19
Publish Date 2015-06-19
Rating 5.00/5 Total 2 Ratings
Developer QTeam
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mamba.ru\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}