Newsblocks
Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
Newsblocks là gì?
Newsblocks là một tiện ích mở rộng Chrome được phát triển bởi https://newsblocks.ai, và tính năng chính của nó là "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Newsblocks
Tải xuống các tệp mở rộng Newsblocks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Newsblocks |
ID | npionmlffhmmjkiidhdmigfkfapbdjbc |
URL Chính Thức | https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc |
Mô tả | Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI |
Kích Thước Tệp | 97.95 KB |
Số Lần Cài Đặt | 247 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2023-06-29 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://newsblocks.ai |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://newsblocks.ai/ |
URL Trang Chính Sách Bảo Mật | https://newsblocks.ai/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |