搜索推荐词采集与内容生成助手
提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产
Was ist 搜索推荐词采集与内容生成助手?
搜索推荐词采集与内容生成助手 ist eine Chrome-Erweiterung, die von https://idnsl.xyz entwickelt wurde, und ihr Hauptmerkmal ist "提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产".
Erweiterungsscreenshots
搜索推荐词采集与内容生成助手-Erweiterungs-CRX-Datei herunterladen
Laden Sie 搜索推荐词采集与内容生成助手-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
搜索推荐词采集与内容生成助手是一款强大的Chrome插件,专为小红书、抖音、B站、知乎、百度、google用户设计。它能够自动收集并显示这些平台的搜索推荐词或联想词,保存下载为csv文件,帮助您更轻松地进行搜索、浏览和发现感兴趣的内容,可以根据提供的关键词利用ChatGpt自动生产文章发布到自己的wordpress个人站点(理论可以对接任意站点),指数级提高网站内容生产效率。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fcagfkfghjcdbefpcnghjmnlkohcppfn |
| Offizielle URL | https://chromewebstore.google.com/detail/%E6%90%9C%E7%B4%A2%E6%8E%A8%E8%8D%90%E8%AF%8D%E9%87%87%E9%9B%86%E4%B8%8E%E5%86%85%E5%AE%B9%E7%94%9F%E6%88%90%E5%8A%A9%E6%89%8B/fcagfkfghjcdbefpcnghjmnlkohcppfn |
| Beschreibung | 提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产 |
| Dateigröße | 62.01 KB |
| Installationsanzahl | 162 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-07-18 |
| Veröffentlichungsdatum | 2023-07-12 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://idnsl.xyz |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.idnsl.xyz |
| Unterstützte Sprachen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u641c\u7d22\u63a8\u8350\u8bcd\u91c7\u96c6\u4e0e\u5185\u5bb9\u751f\u6210\u52a9\u624b",
"version": "1.1",
"description": "\u63d0\u53d6\u5c0f\u7ea2\u4e66\u3001\u6296\u97f3\u3001B\u7ad9\u3001\u77e5\u4e4e\u3001\u767e\u5ea6\u3001google\u641c\u7d22\u63a8\u8350\u8bcd\uff0cchatgpt\u5173\u952e\u8bcd\u81ea\u52a8\u5316\u5185\u5bb9\u751f\u4ea7",
"author": "niemingxing",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"service_worker": "js\/background.js"
},
"host_permissions": [
"https:\/\/idnsl.xyz\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.xiaohongshu.com\/*",
"https:\/\/www.douyin.com\/*",
"https:\/\/www.bilibili.com\/*",
"https:\/\/www.zhihu.com\/*",
"https:\/\/www.baidu.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/chat.openai.com\/*"
],
"js": [
"js\/jquery.min.js",
"js\/content-script.js"
],
"css": [
"css\/gpt_keywords_list.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"css\/gpt_keywords_list.css"
],
"matches": [
"*:\/\/chat.openai.com\/*"
]
}
],
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting"
]
} | |