Newsblocks

Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI

Cos'è Newsblocks?

Newsblocks è un'estensione di Chrome sviluppata da https://newsblocks.ai, e la sua funzione principale è "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Newsblocks

Scarica i file di estensione Newsblocks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Newsblocks Newsblocks
ID npionmlffhmmjkiidhdmigfkfapbdjbc
URL Ufficiale https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc
Descrizione Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
Dimensione del File 97.95 KB
Conteggio Installazioni 247
Versione Corrente 1.3.2
Ultimo Aggiornamento 2023-12-15
Data di Pubblicazione 2023-06-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://newsblocks.ai
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://newsblocks.ai/
URL della Pagina della Politica sulla Privacy https://newsblocks.ai/privacy-policy
Lingue Supportate 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"
    }
}