Plaza
Plaza
Was ist Plaza?
Plaza ist eine Chrome-Erweiterung, die von https://getplaza.app entwickelt wurde, und ihr Hauptmerkmal ist "Plaza".
Erweiterungsscreenshots
Plaza-Erweiterungs-CRX-Datei herunterladen
Laden Sie Plaza-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Plaza |
ID | koaglamlcheihiplknebjibpfdegcfai |
Offizielle URL | https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai |
Beschreibung | Plaza |
Dateigröße | 33.41 KB |
Installationsanzahl | 26 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2022-04-29 |
Veröffentlichungsdatum | 2021-04-19 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://getplaza.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://getplaza.co |
Hilfeseite URL | https://getplaza.co/feedback |
URL der Datenschutzrichtlinien-Seite | https://getplaza.co/terms |
Unterstützte Sprachen | 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 } |