rasa.io

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

rasa.ioとは何ですか?

rasa.ioはrasa.ioによって開発されたChromeの拡張機能で、その主な機能は「rasa.io extension to add articles to your newsletter content pool」です。

拡張機能のスクリーンショット

screenshot

rasa.io拡張機能のCRXファイルをダウンロード

rasa.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 rasa.io rasa.io
ID jkooeebkmkghhhmohahoaifamgaecakj
公式URL https://chromewebstore.google.com/detail/rasaio/jkooeebkmkghhhmohahoaifamgaecakj
説明 rasa.io extension to add articles to your newsletter content pool
ファイルサイズ 340 KB
インストール数 506
現在のバージョン 1.1.5
最終更新日 2022-01-27
公開日 2020-05-25
評価 5.00/5 合計 3 レビュー
開発者 rasa.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rasa.io/
ヘルプページのURL https://rasa.io/how-it-works/
プライバシーポリシーページのURL https://rasa.io/privacy
対応言語 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"
    }
}