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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}