Plaza
Plaza
Plaza là gì?
Plaza là một tiện ích mở rộng Chrome được phát triển bởi https://getplaza.app, và tính năng chính của nó là "Plaza".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Plaza
Tải xuống các tệp mở rộng Plaza dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Plaza |
ID | koaglamlcheihiplknebjibpfdegcfai |
URL Chính Thức | https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai |
Mô tả | Plaza |
Kích Thước Tệp | 33.41 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2022-04-29 |
Ngày Phát Hành | 2021-04-19 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://getplaza.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://getplaza.co |
URL Trang Trợ Giúp | https://getplaza.co/feedback |
URL Trang Chính Sách Bảo Mật | https://getplaza.co/terms |
Ngôn Ngữ Được Hỗ Trợ | 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 } |