Developer Dashboard Stats

Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome

Was ist Developer Dashboard Stats?

Developer Dashboard Stats ist eine Chrome-Erweiterung, die von Philippe entwickelt wurde, und ihr Hauptmerkmal ist "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome".

Erweiterungsscreenshots

screenshot

Developer Dashboard Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Developer Dashboard Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Developer Dashboard Stats Developer Dashboard Stats
ID pklpclflcahfpiaoohpiiicnadefanap
Offizielle URL https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap
Beschreibung Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
Dateigröße 133 KB
Installationsanzahl 30
Aktuelle Version 1.2
Letztes Update 2012-11-03
Veröffentlichungsdatum 2012-11-03
Bewertung 4.14/5 Insgesamt 7 Bewertungen
Entwickler Philippe
Zahlungsart free
Unterstützte Sprachen
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "alarms",
        "tabs",
        "*:\/\/*.google.com\/webstore\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/all.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Developer Dashboard Stats",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "description": "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome",
    "manifest_version": 2,
    "name": "Developer Dashboard Stats",
    "version": "1.2"
}