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…”。
扩展截图
下载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 |
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" } } |