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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://rasa.io/how-it-works/
عنوان صفحة سياسة الخصوصية 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"
    }
}