On Page SEO Check by Irayo

Irayo’s SEO Toolbar for Chrome

O que é On Page SEO Check by Irayo?

On Page SEO Check by Irayo é uma extensão do Chrome desenvolvida por Irayo Technologies, e sua principal característica é "Irayo’s SEO Toolbar for Chrome".

Baixar o arquivo CRX da Extensão On Page SEO Check by Irayo

Baixe arquivos de extensão On Page SEO Check by Irayo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome On Page SEO Check by Irayo On Page SEO Check by Irayo
ID ondfjbeeffklbifihcnhabapcfnfmikj
URL Oficial https://chromewebstore.google.com/detail/on-page-seo-check-by-iray/ondfjbeeffklbifihcnhabapcfnfmikj
Descrição Irayo’s SEO Toolbar for Chrome
Tamanho do Arquivo 25.5 KB
Contagem de Instalações 10
Versão Atual 1.1.1
Última Atualização 2016-04-14
Data de Publicação 2016-04-14
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Irayo Technologies
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}