Newsblocks
Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
什么是Newsblocks?
Newsblocks是由https://newsblocks.ai开发的Chrome扩展程序,该扩展的主要功能是“Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI”。
扩展截图
下载Newsblocks扩展crx文件
下载Newsblocks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Newsblocks is the easiest way to write news type newsletters for your subscribers. Simply curate content from your browser and let the AI write a bite-sized newsletter. Curate from websites and articles to create one-line summaries or longer detailed summaries. In addition, curate tweets from Twitter to add to your content library. Publish a daily newsletter to increase your brand authority or keep your subscribers engaged. 扩展基本信息
| 名称 | |
| ID | npionmlffhmmjkiidhdmigfkfapbdjbc |
| 官方URL | https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc |
| 简介 | Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI |
| 文件大小 | 97.95 KB |
| 安装次数 | 247 |
| 当前版本 | 1.3.2 |
| 更新时间 | 2023-12-15 |
| 上架时间 | 2023-06-29 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://newsblocks.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://newsblocks.ai/ |
| 隐私政策页面URL | https://newsblocks.ai/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Newsblocks",
"description": "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI",
"version": "1.3.2",
"action": {
"default_popup": "token.html"
},
"icons": {
"128": "128.png",
"48": "48.png",
"16": "16.png"
},
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"background": {
"service_worker": "background.js"
}
} | |