Plaza

Plaza

Plaza क्या है?

Plaza https://getplaza.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plaza"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plaza एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://getplaza.co/feedback
गोपनीयता नीति पृष्ठ URL 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
}