Mamba rate progress

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

Wat is Mamba rate progress?

Mamba rate progress is een Chrome-extensie ontwikkeld door QTeam, en de belangrijkste functie is "Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mamba rate progress

Download Mamba rate progress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Mamba rate progress Mamba rate progress
ID jonfcneijpoijpjmaiekgkhknnnmflba
Officiële URL https://chrome.google.com/webstore/detail/mamba-rate-progress/jonfcneijpoijpjmaiekgkhknnnmflba
Beschrijving Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.
Bestandsgrootte 202 KB
Aantal Installaties 33
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-19
Publicatiedatum 2015-06-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar QTeam
Betalingswijze free
Ondersteunde Talen 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"
    ]
}