Newsblocks

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

Co to jest Newsblocks?

Newsblocks to rozszerzenie Chrome opracowane przez https://newsblocks.ai, a jego główną funkcją jest „Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Newsblocks

Pobierz pliki rozszerzeń Newsblocks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Newsblocks Newsblocks
ID npionmlffhmmjkiidhdmigfkfapbdjbc
Oficjalny URL https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc
Opis Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
Rozmiar pliku 97.95 KB
Liczba instalacji 247
Aktualna Wersja 1.3.2
Ostatnia Aktualizacja 2023-12-15
Data Publikacji 2023-06-29
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://newsblocks.ai
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://newsblocks.ai/
Adres URL Strony Polityki Prywatności https://newsblocks.ai/privacy-policy
Obsługiwane Języki 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"
    }
}