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是由https://seotobo.com開發的Chrome擴展程式,該擴展的主要功能是“This tool is to support for the most natural SEO work including: - Analyze content from competitor's website through google search…”。

擴展截圖

screenshot
screenshot

下載SEOTOBO Extension擴展crx文件

下載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
官方網址 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"
    }
}