MuStat - How much is your website worth ?
Provides tools to estimate a website value, ads revenue, daily traffic and SEO health in one click.
Was ist MuStat - How much is your website worth ??
MuStat - How much is your website worth ? ist eine Chrome-Erweiterung, die von https://www.mustat.com entwickelt wurde, und ihr Hauptmerkmal ist "Provides tools to estimate a website value, ads revenue, daily traffic and SEO health in one click.".
Erweiterungsscreenshots
MuStat - How much is your website worth ?-Erweiterungs-CRX-Datei herunterladen
Laden Sie MuStat - How much is your website worth ?-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
MuStat.com is a free website analysis tool that allows you to know how much any website is worth, how many visitors it gets per day and how performant it is (SEO performance, earnings, etc.).
Grundlegende Informationen zur Erweiterung
Name | |
ID | badmdnllifhdfanpmjmcmijnbecncncl |
Offizielle URL | https://chromewebstore.google.com/detail/mustat-how-much-is-your-w/badmdnllifhdfanpmjmcmijnbecncncl |
Beschreibung | Provides tools to estimate a website value, ads revenue, daily traffic and SEO health in one click. |
Dateigröße | 9.9 KB |
Installationsanzahl | 1,534 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-09-11 |
Veröffentlichungsdatum | 2015-09-10 |
Bewertung | 3.23/5 Insgesamt 13 Bewertungen |
Entwickler | https://www.mustat.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.mustat.com/ |
Unterstützte Sprachen | en,fr,es,el |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_name__", "short_name": "MuStat", "version": "1.1", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "128": "images\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/19x19.png", "38": "images\/38x38.png" }, "default_title": "__MSG_default_title__" }, "permissions": [ "contextMenus", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |