SEOTOBO Extension

This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…

O que é SEOTOBO Extension?

SEOTOBO Extension é uma extensão do Chrome desenvolvida por https://seotobo.com, e sua principal característica é "This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SEOTOBO Extension

Baixe arquivos de extensão SEOTOBO Extension 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

                        This tool is to support for the most natural SEO work including:
- Analyze content from competitor's website through google search results (SERP). From there, the content maker ( or SEOer) can make the outline the best, the most complete, the most suitable, the best SEO standard for the article content (Content is king).
This is the most important content trend today
- Check for duplicate content
- Suggest related keyword
- List a list of "allintitle" by keyword to find niche keywords
Note: This tool is for support only. To use these features, visit the website seotobo.com                    

Informações Básicas da Extensão

Nome SEOTOBO Extension SEOTOBO Extension
ID deiongpjjbocjmonefmnldjmmkgbpkmh
URL Oficial https://chromewebstore.google.com/detail/seotobo-extension/deiongpjjbocjmonefmnldjmmkgbpkmh
Descrição This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…
Tamanho do Arquivo 96.97 KB
Contagem de Instalações 2,703
Versão Atual 0.8
Última Atualização 2021-05-26
Data de Publicação 2021-04-05
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://seotobo.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://seotobo.com/
URL da Página de Política de Privacidade https://seotobo.com/ct-dieu-khoan-dich-vu.html
Idiomas Suportados vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEOTOBO Extension",
    "version": "0.8",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-40.png",
        "64": "icon-16.png",
        "128": "icon-16.png"
    }
}