Newsblocks
Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
O que é Newsblocks?
Newsblocks é uma extensão do Chrome desenvolvida por https://newsblocks.ai, e sua principal característica é "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Newsblocks
Baixe arquivos de extensão Newsblocks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Newsblocks |
ID | npionmlffhmmjkiidhdmigfkfapbdjbc |
URL Oficial | https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc |
Descrição | Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI |
Tamanho do Arquivo | 97.95 KB |
Contagem de Instalações | 247 |
Versão Atual | 1.3.2 |
Última Atualização | 2023-12-15 |
Data de Publicação | 2023-06-29 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://newsblocks.ai |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://newsblocks.ai/ |
URL da Página de Política de Privacidade | https://newsblocks.ai/privacy-policy |
Idiomas Suportados | 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" } } |