Newsblocks
Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
Newsblocksคืออะไร?
Newsblocks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newsblocks.ai และคุณลักษณะหลักของมันคือ "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Newsblocks
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Newsblocks |
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" } } |