Writesmart
GPT-Powered LinkedIn Comments
Writesmart란 무엇입니까?
Writesmart은(는) https://writesmart.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GPT-Powered LinkedIn Comments"입니다.
확장 프로그램 스크린샷
Writesmart 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make Lasting Impression. With LinkedIn + WriteSmart, Boost engagement: Tired of bland comments that go unnoticed? Our extension generates personalized comments that grab attention and encourage discussion. Warm-up leads: Don't let potential customers slip away. With WriteSmart, you can quickly and easily add value to the conversation and build relationships with your audience. Get noticed: Want to stand out from the crowd? Our extension helps you make an impact with thoughtful comments that showcase your expertise and personality. Increase followers: Looking to grow your following on LinkedIn? Our extension can help you expand your reach and connect with more people who share your interests. Install the extension and try it out for free.
확장 프로그램 기본 정보
이름 | Writesmart |
ID | mmlgiokimjomfllggomcondfhimncoma |
공식 URL | https://chromewebstore.google.com/detail/writesmart/mmlgiokimjomfllggomcondfhimncoma |
설명 | GPT-Powered LinkedIn Comments |
파일 크기 | 207 KB |
설치 횟수 | 364 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2024-02-25 |
출시 날짜 | 2023-03-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://writesmart.so |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.writesmart.so/ |
도움말 페이지 URL | https://www.writesmart.so/ |
개인정보 보호 정책 페이지 URL | https://www.writesmart.so/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Writesmart", "version": "1.1.0", "description": "GPT-Powered LinkedIn Comments", "permissions": [ "storage", "tabs" ], "externally_connectable": { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/dev.writesmart.so\/*", "https:\/\/app.writesmart.so\/*", "https:\/\/beta.writesmart.so\/*" ] }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/dev.writesmart.so\/*", "https:\/\/app.writesmart.so\/*", "https:\/\/beta.writesmart.so\/*" ], "js": [ "rollbar.min.js", "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle.chunk.css" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-32.png", "icon-16.png", "icon-48.png", "*.svg" ], "matches": [ "*:\/\/*\/*" ] } ] } |