rasa.io

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

Wat is rasa.io?

rasa.io is een Chrome-extensie ontwikkeld door rasa.io, en de belangrijkste functie is "rasa.io extension to add articles to your newsletter content pool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie rasa.io

Download rasa.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam rasa.io rasa.io
ID jkooeebkmkghhhmohahoaifamgaecakj
Officiële URL https://chromewebstore.google.com/detail/rasaio/jkooeebkmkghhhmohahoaifamgaecakj
Beschrijving rasa.io extension to add articles to your newsletter content pool
Bestandsgrootte 340 KB
Aantal Installaties 506
Huidige Versie 1.1.5
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2020-05-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar rasa.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rasa.io/
Help Pagina-URL https://rasa.io/how-it-works/
URL van de Privacybeleid Pagina https://rasa.io/privacy
Ondersteunde Talen 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"
    }
}