rasa.io

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

Hvad er rasa.io?

rasa.io er en Chrome-udvidelse udviklet af rasa.io, og dens hovedfunktion er "rasa.io extension to add articles to your newsletter content pool".

Udvidelsesskærmbilleder

screenshot

Download rasa.io-udvidelses-CRX-fil

Download rasa.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn rasa.io rasa.io
ID jkooeebkmkghhhmohahoaifamgaecakj
Officiel URL https://chromewebstore.google.com/detail/rasaio/jkooeebkmkghhhmohahoaifamgaecakj
Beskrivelse rasa.io extension to add articles to your newsletter content pool
Filstørrelse 340 KB
Antal Installationer 506
Nuværende Version 1.1.5
Senest Opdateret 2022-01-27
Udgivelsesdato 2020-05-25
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler rasa.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://rasa.io/
Hjælpeside-URL https://rasa.io/how-it-works/
URL til Fortrolighedspolitik Side https://rasa.io/privacy
Understøttede Sprog 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"
    }
}