战道-百度seo排名推广
通过百度对百度知道的优先收录,直接找出有排名的词条,直接在词条引流,绕过传统seo繁琐步骤!
Wat is 战道-百度seo排名推广?
战道-百度seo排名推广 is een Chrome-extensie ontwikkeld door https://bm-com.com, en de belangrijkste functie is "通过百度对百度知道的优先收录,直接找出有排名的词条,直接在词条引流,绕过传统seo繁琐步骤!".
Extensie Screenshots
Download het CRX-bestand van de extensie 战道-百度seo排名推广
Download 战道-百度seo排名推广-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
利用百度自家品牌排名优势,在百度对关键字进行搜索,找到排名中和百度知道有关的词条,然后进行自动回复,可大大降低人工成本,提高工作效率。
1.关键字设置,关键字批量修改
2.多关键字轮流匹配词条
3.词条二次筛选
4.根据设置自动回答 Basisinformatie over de Extensie
| Naam | |
| ID | gpifebfpoibbnplpipfcadgompedlmpi |
| Officiële URL | https://chromewebstore.google.com/detail/%E6%88%98%E9%81%93-%E7%99%BE%E5%BA%A6seo%E6%8E%92%E5%90%8D%E6%8E%A8%E5%B9%BF/gpifebfpoibbnplpipfcadgompedlmpi |
| Beschrijving | 通过百度对百度知道的优先收录,直接找出有排名的词条,直接在词条引流,绕过传统seo繁琐步骤! |
| Bestandsgrootte | 105 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 2.1.2 |
| Laatst Bijgewerkt | 2020-12-14 |
| Publicatiedatum | 2020-06-16 |
| Ontwikkelaar | https://bm-com.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://106.12.127.15/privacy.html |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.1.2",
"name": "\u6218\u9053-\u767e\u5ea6seo\u6392\u540d\u63a8\u5e7f",
"description": "\u901a\u8fc7\u767e\u5ea6\u5bf9\u767e\u5ea6\u77e5\u9053\u7684\u4f18\u5148\u6536\u5f55\uff0c\u76f4\u63a5\u627e\u51fa\u6709\u6392\u540d\u7684\u8bcd\u6761\uff0c\u76f4\u63a5\u5728\u8bcd\u6761\u5f15\u6d41\uff0c\u7ed5\u8fc7\u4f20\u7edfseo\u7e41\u7410\u6b65\u9aa4\uff01",
"browser_action": {
"default_icon": "image\/128.png"
},
"icons": {
"16": "image\/16.png",
"48": "image\/48.png",
"128": "image\/128.png"
},
"permissions": [
"*:\/\/*.baidu.com\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.baidu.com\/s*"
],
"js": [
"js\/jquery.min.1.8.js",
"js\/common.js",
"js\/baidu.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/zhidao.baidu.com\/question*"
],
"js": [
"js\/jquery.min.1.8.js",
"js\/common.js",
"js\/zhidao.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/bm-com.com 'unsafe-eval'; object-src 'self'"
} | |