Plaza

Plaza

ما هو Plaza؟

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

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Plaza

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

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

                        Plaza is an in-browser commenting experience that opens the discussion in a second layer on top of websites and pages you view. 

Comment on anything online, see what other people are saying, upvote and downvote comments, and reply to other users, all without leaving the page. 

Stay tuned for our upcoming mobile app!                    

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

الاسم Plaza Plaza
ID koaglamlcheihiplknebjibpfdegcfai
عنوان URL الرسمي https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai
الوصف Plaza
حجم الملف 33.41 KB
عدد التثبيتات 26
النسخة الحالية 0.2.0
آخر تحديث 2022-04-29
تاريخ النشر 2021-04-19
تقييم 5.00/5 مجموع تقييمات 7
المطور https://getplaza.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://getplaza.co
عنوان صفحة المساعدة https://getplaza.co/feedback
عنوان صفحة سياسة الخصوصية https://getplaza.co/terms
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plaza",
    "description": "Plaza",
    "version": "0.2.0",
    "permissions": [
        "activeTab",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/localhost\/*",
        "https:\/\/www.getplaza.co\/",
        "http:\/\/www.getplaza.co\/",
        "https:\/\/getplaza.co\/",
        "https:\/\/getplaza.co\/*",
        "https:\/\/getplaza.co\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Plaza"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "*\/*\/*.png",
        "*\/*.png",
        "*\/*.png",
        "*.html",
        "*.css",
        "*.js",
        "*\/*.html",
        "*\/*.css",
        "*\/*.js"
    ],
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "manifest_version": 2
}