rasa.io

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

Was ist rasa.io?

rasa.io ist eine Chrome-Erweiterung, die von rasa.io entwickelt wurde, und ihr Hauptmerkmal ist "rasa.io extension to add articles to your newsletter content pool".

Erweiterungsscreenshots

screenshot

rasa.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie rasa.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name rasa.io rasa.io
ID jkooeebkmkghhhmohahoaifamgaecakj
Offizielle URL https://chromewebstore.google.com/detail/rasaio/jkooeebkmkghhhmohahoaifamgaecakj
Beschreibung rasa.io extension to add articles to your newsletter content pool
Dateigröße 340 KB
Installationsanzahl 506
Aktuelle Version 1.1.5
Letztes Update 2022-01-27
Veröffentlichungsdatum 2020-05-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler rasa.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rasa.io/
Hilfeseite URL https://rasa.io/how-it-works/
URL der Datenschutzrichtlinien-Seite https://rasa.io/privacy
Unterstützte Sprachen 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"
    }
}