SEO Meta Insights

A simple and easy to use meta tag inspector for SEO insights

什么是SEO Meta Insights?

SEO Meta Insights是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A simple and easy to use meta tag inspector for SEO insights”。

扩展截图

screenshot

下载SEO Meta Insights扩展crx文件

下载SEO Meta Insights扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Meta Insights Chrome Extension scrapes the most important meta information from a site and gives you instant feedback, including warning messages for settings that could be harmful for SEO. 

The extension provides information on:

- Title and description word count
- Title and description wording
- Robots.txt settings
- Keywords 

Meta Insights is built and used by Organik SEO, as a great tool for quick access to vital SEO information. It is not meant to be used as an in-depth SEO optimization tool.                    

扩展基本信息

名称 SEO Meta Insights SEO Meta Insights
ID kknifeoedmemmngpjcdbpnmebnhgodcl
官方URL https://chromewebstore.google.com/detail/seo-meta-insights/kknifeoedmemmngpjcdbpnmebnhgodcl
简介 A simple and easy to use meta tag inspector for SEO insights
文件大小 26.58 KB
安装次数 1,455
当前版本 1.1
更新时间 2018-03-07
上架时间 2018-03-06
评分 4.20/5 共5次评分
开发者 Unknown
付费类型 free
扩展官网 https://organikseo.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Meta Insights",
    "short_name": "SEO Meta Insights - The Simple Tool for SEO Meta Tags",
    "description": "A simple and easy to use meta tag inspector for SEO insights",
    "version": "1.1",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "background"
    ]
}