搜索推荐词采集与内容生成助手
提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产
搜索推荐词采集与内容生成助手란 무엇입니까?
搜索推荐词采集与内容生成助手은(는) https://idnsl.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产"입니다.
확장 프로그램 스크린샷
搜索推荐词采集与内容生成助手 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
搜索推荐词采集与内容生成助手是一款强大的Chrome插件,专为小红书、抖音、B站、知乎、百度、google用户设计。它能够自动收集并显示这些平台的搜索推荐词或联想词,保存下载为csv文件,帮助您更轻松地进行搜索、浏览和发现感兴趣的内容,可以根据提供的关键词利用ChatGpt自动生产文章发布到自己的wordpress个人站点(理论可以对接任意站点),指数级提高网站内容生产效率。
확장 프로그램 기본 정보
이름 | 搜索推荐词采集与内容生成助手 |
ID | fcagfkfghjcdbefpcnghjmnlkohcppfn |
공식 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 |
설명 | 提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产 |
파일 크기 | 62.01 KB |
설치 횟수 | 162 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-07-18 |
출시 날짜 | 2023-07-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://idnsl.xyz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.idnsl.xyz |
지원되는 언어 | 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" ] } |