Newsblocks

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

Newsblocks क्या है?

Newsblocks https://newsblocks.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Newsblocks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Newsblocks Newsblocks
ID npionmlffhmmjkiidhdmigfkfapbdjbc
आधिकारिक URL https://chromewebstore.google.com/detail/newsblocks/npionmlffhmmjkiidhdmigfkfapbdjbc
विवरण Newsblocks is an extension that helps you curate news to generate a newsletter with ease using newsblocks AI
फ़ाइल का आकार 97.95 KB
स्थापना संख्या 247
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2023-12-15
प्रकाशन तिथि 2023-06-29
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://newsblocks.ai
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://newsblocks.ai/
गोपनीयता नीति पृष्ठ URL https://newsblocks.ai/privacy-policy
समर्थित भाषाएँ 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"
    }
}