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
电子邮箱 [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"
    }
}