rasa.io

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

Co to jest rasa.io?

rasa.io to rozszerzenie Chrome opracowane przez rasa.io, a jego główną funkcją jest „rasa.io extension to add articles to your newsletter content pool”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia rasa.io

Pobierz pliki rozszerzeń rasa.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa rasa.io rasa.io
ID jkooeebkmkghhhmohahoaifamgaecakj
Oficjalny URL https://chromewebstore.google.com/detail/rasaio/jkooeebkmkghhhmohahoaifamgaecakj
Opis rasa.io extension to add articles to your newsletter content pool
Rozmiar pliku 340 KB
Liczba instalacji 506
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2022-01-27
Data Publikacji 2020-05-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper rasa.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://rasa.io/
Adres URL Strony Pomocy https://rasa.io/how-it-works/
Adres URL Strony Polityki Prywatności https://rasa.io/privacy
Obsługiwane Języki 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"
    }
}