Newsblocks
Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
Apa itu Newsblocks?
Newsblocks adalah ekstensi Chrome yang dikembangkan oleh https://newsblocks.ai, dan fitur utamanya adalah "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Newsblocks
Unduh file ekstensi Newsblocks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Newsblocks |
ID | npionmlffhmmjkiidhdmigfkfapbdjbc |
URL Resmi | https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc |
Deskripsi | Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI |
Ukuran File | 97.95 KB |
Jumlah Instalasi | 247 |
Versi Saat Ini | 1.3.2 |
Terakhir Diperbarui | 2023-12-15 |
Tanggal Publikasi | 2023-06-29 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://newsblocks.ai |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://newsblocks.ai/ |
URL Halaman Kebijakan Privasi | https://newsblocks.ai/privacy-policy |
Bahasa yang Didukung | 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" } } |