MuStat - How much is your website worth ?
Provides tools to estimate a website value, ads revenue, daily traffic and SEO health in one click.
什么是MuStat - How much is your website worth ??
MuStat - How much is your website worth ?是由https://www.mustat.com开发的Chrome扩展程序,该扩展的主要功能是“Provides tools to estimate a website value, ads revenue, daily traffic and SEO health in one click.”。
扩展截图
下载MuStat - How much is your website worth ?扩展crx文件
下载MuStat - How much is your website worth ?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.).
扩展基本信息
名称 | |
ID | badmdnllifhdfanpmjmcmijnbecncncl |
官方URL | https://chromewebstore.google.com/detail/mustat-how-much-is-your-w/badmdnllifhdfanpmjmcmijnbecncncl |
简介 | Provides tools to estimate a website value, ads revenue, daily traffic and SEO health in one click. |
文件大小 | 9.9 KB |
安装次数 | 1,534 |
当前版本 | 1.1 |
更新时间 | 2015-09-11 |
上架时间 | 2015-09-10 |
评分 | 3.23/5 共13次评分 |
开发者 | https://www.mustat.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.mustat.com/ |
支持的语言 | 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" } |