Newsblocks

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

What is Newsblocks?

Newsblocks is a Chrome extension developed by https://newsblocks.ai, and its main feature is "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Newsblocks Extension CRX File

Download Newsblocks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Newsblocks Newsblocks
ID npionmlffhmmjkiidhdmigfkfapbdjbc
Official URL https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc
Description Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
File Size 97.95 KB
Installation Count 247
Current Version 1.3.2
Last Updated 2023-12-15
Publish Date 2023-06-29
Rating 5.00/5 Total 3 Ratings
Developer https://newsblocks.ai
Email [email protected]
Payment Type in_app
Extension Website https://newsblocks.ai/
Privacy Policy Page URL https://newsblocks.ai/privacy-policy
Supported Languages 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"
    }
}