JustComment AI
Generate comment in few seconds.
JustComment AI란 무엇입니까?
JustComment AI은(는) https://justcomment.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate comment in few seconds."입니다.
확장 프로그램 스크린샷
JustComment AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
JustComment.ai is an Personal Comment Assistant that simplifies generating comments for Socials. Pick from various reactions, create custom reactions, or use Slash Commands for added context. Save time and elevate your social media interactions with ease.
확장 프로그램 기본 정보
이름 | JustComment AI |
ID | pppndnondekehijelkdnlihcfehjacfe |
공식 URL | https://chromewebstore.google.com/detail/justcomment-ai/pppndnondekehijelkdnlihcfehjacfe |
설명 | Generate comment in few seconds. |
파일 크기 | 524 KB |
설치 횟수 | 83 |
현재 버전 | 0.4.2 |
최근 업데이트 | 2023-10-17 |
출시 날짜 | 2023-03-03 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://justcomment.ai |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.justcomment.ai/ |
도움말 페이지 URL | https://www.justcomment.ai/contact/ |
개인정보 보호 정책 페이지 URL | https://www.justcomment.ai/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "0.4.2", "author": "Calogero Guagenti", "name": "JustComment AI", "description": "Generate comment in few seconds.", "background": { "service_worker": "background.5fadff2f.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/www.justcomment.ai\/*" ], "js": [ "jc.eb80896a.js" ], "css": [] }, { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "linkedin.173fe9c0.js" ], "css": [] }, { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "twitter.e8fc169b.js" ], "css": [] }, { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "facebook.d6ddeed5.js" ], "css": [] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwN7lloKQVQ5AS1MLQNES9DZ7cxMgFDpJno7IhSrhcLZeneJknxihBXnyo3extezSbOogpNi6\/yNlYELKRCgr8KyAaH+n2NSHGIZ13uWDCJfuPHHjA1sNh+wwQxUk1bp2oUNTNMclNSrrI625\/qYOWERT1kIt4K5tRylj9sU1I\/dktUwTJjIm+V+oOjssgj9xTtcAZR+rGZPdLZeDVn8x3hAQJEgQgzKpeKcvL2m\/E1MY3\/fWOVFo+f9mNOA145tK29PqE4IOTek7cSZakKux4wqZulScvUgx28F5rrrVrLD+pLm4L7DFA+0eB4s\/Qb19k4aP4stit5fMcWAxh+mw0wIDAQAB", "host_permissions": [ "https:\/\/www.justcomment.ai\/*" ], "externally_connectable": { "matches": [ "https:\/\/www.justcomment.ai\/*" ] }, "web_accessible_resources": [ { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/www.justcomment.ai\/*" ], "resources": [ "jc.98ee31a0.css" ] }, { "matches": [ "https:\/\/www.linkedin.com\/*" ], "resources": [ "jc.98ee31a0.css" ] }, { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "resources": [ "jc.98ee31a0.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/*" ], "resources": [ "jc.98ee31a0.css" ] } ] } |