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
官方網址 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"
    }
}