Save GPT
Save Chat GPT Commands & Unlock More Chat GPT Features
Save GPT란 무엇입니까?
Save GPT은(는) https://syntaximos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save Chat GPT Commands & Unlock More Chat GPT Features"입니다.
확장 프로그램 스크린샷
Save GPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save GPT chrome extension especially made for users who use chat GPT frequently. In Chat GPT there is no option to save your frequently chat GPT commands, so you have to manually type the same command again and again which is so much annoying. This save GPT chrome extension will fill that gap for you. This chrome extension will allow you to, FREE FEATURES: ✓ Save frequently use chat GPT commands your own way, as a template. ✓ Store them even if you closed the chrome extension. ✓ One click added, not manually type is required. PREMIUM FEATURES: (visit our site for more info about new features) ✓ Scroll To Pinned Message. ✓ Special Prompt Access (developing). ✓ Copy Single Messages At One Click. ✓ Download Full Chat As Text File. ✓ Turn Your Chat GPT Messages Into Real Voices. ✓ Voice Typing Enabled. ✓ Early Access To Upcoming Features. THIS IS JUST A BEGINING ! STAY TUNED FOR MORE EXCITING FEATURES. Note: All data will be lost, if you remove the chrome extension from chrome browser. So don't remove. If you think this chrome extension is helpful, please leave a review. Also, you can do any donations for further developments of this chrome extension. Your support would be highly appreciated. Thanks, Save GPT Team.
확장 프로그램 기본 정보
이름 | Save GPT |
ID | ckponohnnpllckgogckkkoeemokgfnne |
공식 URL | https://chromewebstore.google.com/detail/save-gpt/ckponohnnpllckgogckkkoeemokgfnne |
설명 | Save Chat GPT Commands & Unlock More Chat GPT Features |
파일 크기 | 815 KB |
설치 횟수 | 611 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-03-17 |
출시 날짜 | 2023-01-25 |
개발자 | https://syntaximos.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://syntaximos.com/ |
도움말 페이지 URL | https://syntaximos.com/contact-us/ |
개인정보 보호 정책 페이지 URL | https://syntaximos.com/privacy-policy-2 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save GPT", "version": "1.0.5", "description": "Save Chat GPT Commands & Unlock More Chat GPT Features", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat\/*", "https:\/\/chat.openai.com\/*" ], "js": [ ".\/injectjs\/sidebar.js", ".\/injectjs\/popme.js", ".\/injectjs\/speechme.js", ".\/injectjs\/recognize.js", ".\/assets\/js\/doat.js" ], "css": [ ".\/injectcss\/maincss.css", ".\/injectcss\/mainpage.css", ".\/injectcss\/contractform.css", ".\/injectcss\/popme.css", ".\/injectcss\/loader.css", ".\/injectcss\/recognize.css", ".\/injectcss\/speechme.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/syntaximos.com\/*" ], "js": [ ".\/injectjs\/checklog.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "" ], "matches": [ " |