Plaza

Plaza

Co to jest Plaza?

Plaza to rozszerzenie Chrome opracowane przez https://getplaza.app, a jego główną funkcją jest „Plaza”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Plaza

Pobierz pliki rozszerzeń Plaza w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Plaza Plaza
ID koaglamlcheihiplknebjibpfdegcfai
Oficjalny URL https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai
Opis Plaza
Rozmiar pliku 33.41 KB
Liczba instalacji 26
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2022-04-29
Data Publikacji 2021-04-19
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper https://getplaza.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://getplaza.co
Adres URL Strony Pomocy https://getplaza.co/feedback
Adres URL Strony Polityki Prywatności https://getplaza.co/terms
Obsługiwane Języki 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
}