rasa.io

rasa.io extension to add articles to your newsletter content pool

What is rasa.io?

rasa.io is a Chrome extension developed by rasa.io, and its main feature is "rasa.io extension to add articles to your newsletter content pool".

Extension Screenshots

screenshot

Download rasa.io Extension CRX File

Download rasa.io 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

                        This chrome extension will allow you to automatically add articles to your upcoming rasa.io newsletter by simply clicking on the rasa icon as you're visiting the article's url.                    

Extension Basic Information

Name rasa.io rasa.io
ID jkooeebkmkghhhmohahoaifamgaecakj
Official URL https://chromewebstore.google.com/detail/rasaio/jkooeebkmkghhhmohahoaifamgaecakj
Description rasa.io extension to add articles to your newsletter content pool
File Size 340 KB
Installation Count 506
Current Version 1.1.5
Last Updated 2022-01-27
Publish Date 2020-05-25
Rating 5.00/5 Total 3 Ratings
Developer rasa.io
Email [email protected]
Payment Type free
Extension Website https://rasa.io/
Help Page URL https://rasa.io/how-it-works/
Privacy Policy Page URL https://rasa.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "rasa.io",
    "description": "rasa.io extension to add articles to your newsletter content pool",
    "version": "1.1.5",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "identity",
        "identity.email",
        "contextMenus"
    ],
    "oauth2": {
        "client_id": "360273082342-5b21hrr8ehgvfn6h5l490pb8dk2f1hqp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "openid",
            "email"
        ]
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [],
            "js": [
                "popup.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/rasa-icon16.png",
        "default_title": "rasa.io"
    },
    "icons": {
        "16": "assets\/rasa-icon16.png",
        "48": "assets\/rasa-icon48.png",
        "128": "assets\/rasa-icon128.png"
    }
}