rasa.io

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

rasa.ioคืออะไร?

rasa.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rasa.io และคุณลักษณะหลักของมันคือ "rasa.io extension to add articles to your newsletter content pool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rasa.io

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}