SEOTOBO Extension

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

Что такое SEOTOBO Extension?

SEOTOBO Extension - это расширение Chrome, разработанное https://seotobo.com, и его основная функция - "This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения SEOTOBO Extension

Скачайте файлы расширений SEOTOBO Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название SEOTOBO Extension SEOTOBO Extension
ID deiongpjjbocjmonefmnldjmmkgbpkmh
Официальный URL https://chromewebstore.google.com/detail/seotobo-extension/deiongpjjbocjmonefmnldjmmkgbpkmh
Описание This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…
Размер файла 96.97 KB
Количество установок 2,703
Текущая Версия 0.8
Последнее Обновление 2021-05-26
Дата публикации 2021-04-05
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://seotobo.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://seotobo.com/
URL страницы политики конфиденциальности https://seotobo.com/ct-dieu-khoan-dich-vu.html
Поддерживаемые языки 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"
    }
}