Newsblocks

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

Vad är Newsblocks?

Newsblocks är en Chrome-tillägg utvecklad av https://newsblocks.ai, och dess huvudfunktion är "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Newsblocks-förlängningens CRX-fil

Ladda ner Newsblocks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Newsblocks Newsblocks
ID npionmlffhmmjkiidhdmigfkfapbdjbc
Officiell webbadress https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc
Beskrivning Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
Filstorlek 97.95 KB
Antal Installationer 247
Aktuell Version 1.3.2
Senast Uppdaterad 2023-12-15
Publiceringsdatum 2023-06-29
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://newsblocks.ai
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://newsblocks.ai/
URL till Sekretesspolicy Sidan https://newsblocks.ai/privacy-policy
Stödda Språk 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"
    }
}