Plaza

Plaza

Cos'è Plaza?

Plaza è un'estensione di Chrome sviluppata da https://getplaza.app, e la sua funzione principale è "Plaza".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Plaza

Scarica i file di estensione Plaza in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Plaza Plaza
ID koaglamlcheihiplknebjibpfdegcfai
URL Ufficiale https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai
Descrizione Plaza
Dimensione del File 33.41 KB
Conteggio Installazioni 26
Versione Corrente 0.2.0
Ultimo Aggiornamento 2022-04-29
Data di Pubblicazione 2021-04-19
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://getplaza.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getplaza.co
URL della Pagina di Aiuto https://getplaza.co/feedback
URL della Pagina della Politica sulla Privacy https://getplaza.co/terms
Lingue Supportate 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
}