Plaza
Plaza
O que é Plaza?
Plaza é uma extensão do Chrome desenvolvida por https://getplaza.app, e sua principal característica é "Plaza".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Plaza
Baixe arquivos de extensão Plaza no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Plaza |
ID | koaglamlcheihiplknebjibpfdegcfai |
URL Oficial | https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai |
Descrição | Plaza |
Tamanho do Arquivo | 33.41 KB |
Contagem de Instalações | 26 |
Versão Atual | 0.2.0 |
Última Atualização | 2022-04-29 |
Data de Publicação | 2021-04-19 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | https://getplaza.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://getplaza.co |
URL da Página de Ajuda | https://getplaza.co/feedback |
URL da Página de Política de Privacidade | https://getplaza.co/terms |
Idiomas Suportados | 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 } |