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 |
| 官方網址 | 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"
}
} | |