rasa.io

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

rasa.io là gì?

rasa.io là một tiện ích mở rộng Chrome được phát triển bởi rasa.io, và tính năng chính của nó là "rasa.io extension to add articles to your newsletter content pool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng rasa.io

Tải xuống các tệp mở rộng rasa.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên rasa.io rasa.io
ID jkooeebkmkghhhmohahoaifamgaecakj
URL Chính Thức https://chromewebstore.google.com/detail/rasaio/jkooeebkmkghhhmohahoaifamgaecakj
Mô tả rasa.io extension to add articles to your newsletter content pool
Kích Thước Tệp 340 KB
Số Lần Cài Đặt 506
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2022-01-27
Ngày Phát Hành 2020-05-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển rasa.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rasa.io/
URL Trang Trợ Giúp https://rasa.io/how-it-works/
URL Trang Chính Sách Bảo Mật https://rasa.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}