On Page SEO Check by Irayo

Irayo’s SEO Toolbar for Chrome

什么是On Page SEO Check by Irayo?

On Page SEO Check by Irayo是由Irayo Technologies开发的Chrome扩展程序,该扩展的主要功能是“Irayo’s SEO Toolbar for Chrome”。

下载On Page SEO Check by Irayo扩展crx文件

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

扩展使用说明

                        Check the “On Page SEO health” of your website with the Irayo extension. The tool checks whether you’re using the right keyword, and if you are, goes ahead and analyzes your content and SEO tags for optimization. You will immediately know where you need to improve to get the best results from your on page SEO. All in real time.

On Page SEO Check lets you:

 - Rate your on page SEO score, on a scale of 10
 - Tells you the areas on which you need to improve
 - Once you implement the changes, allows you to recheck the score in real time

You need to be a Irayo subscriber to avail the benefits from the Irayo extension.                    

扩展基本信息

名称 On Page SEO Check by Irayo On Page SEO Check by Irayo
ID ondfjbeeffklbifihcnhabapcfnfmikj
官方URL https://chromewebstore.google.com/detail/on-page-seo-check-by-iray/ondfjbeeffklbifihcnhabapcfnfmikj
简介 Irayo’s SEO Toolbar for Chrome
文件大小 25.5 KB
安装次数 10
当前版本 1.1.1
更新时间 2016-04-14
上架时间 2016-04-14
评分 3.00/5 共2次评分
开发者 Irayo Technologies
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "On Page SEO Check by Irayo",
    "description": "Irayo\u2019s SEO Toolbar for Chrome",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ]
}