Plaza
Plaza
Plaza란 무엇입니까?
Plaza은(는) https://getplaza.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plaza"입니다.
확장 프로그램 스크린샷
Plaza 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Plaza |
ID | koaglamlcheihiplknebjibpfdegcfai |
공식 URL | https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai |
설명 | Plaza |
파일 크기 | 33.41 KB |
설치 횟수 | 26 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2022-04-29 |
출시 날짜 | 2021-04-19 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://getplaza.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getplaza.co |
도움말 페이지 URL | https://getplaza.co/feedback |
개인정보 보호 정책 페이지 URL | https://getplaza.co/terms |
지원되는 언어 | 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 } |