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 |
| Eメール | [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"
}
} | |