Revue Chrome

Revue

ما هو Revue Chrome؟

Revue Chrome هو إضافة Chrome تم تطويرها بواسطة https://getrevue.co، والميزة الرئيسية لها هي "Revue".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Revue Chrome

قم بتنزيل ملفات الامتداد Revue Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Revue is an editorial newsletter tool for writers and publishers. We help you build a loyal audience and monetize your newsletter using digital subscriptions, sponsoring, ads or other business models.

Use our Chrome extension to easily add content to your editorial newsletter.                    

معلومات أساسية عن التمديد

الاسم Revue Chrome Revue Chrome
ID fdnhneinocoonabhfbmelgkcmilaokcg
عنوان URL الرسمي https://chromewebstore.google.com/detail/revue-chrome/fdnhneinocoonabhfbmelgkcmilaokcg
الوصف Revue
حجم الملف 573 KB
عدد التثبيتات 4,772
النسخة الحالية 1.16
آخر تحديث 2022-01-09
تاريخ النشر 2019-05-01
تقييم 4.71/5 مجموع تقييمات 14
المطور https://getrevue.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.getrevue.co
عنوان صفحة المساعدة http://help.getrevue.co/
عنوان صفحة سياسة الخصوصية https://www.getrevue.co/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revue Chrome",
    "short_name": "Revue",
    "description": "Revue",
    "version": "1.16",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16_active.png",
        "48": "images\/icon48_active.png",
        "128": "images\/icon128_active.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost:3000\/",
        "http:\/\/www.getrevue.co\/",
        "https:\/\/www.getrevue.co\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}