ChatGPT Auto Post / ChatGPT 予約投稿・投稿自動化
You will be able to auto-post with ChatGPT. / ChatGPT で予約投稿・投稿自動化を可能にします。
Τι είναι το ChatGPT Auto Post / ChatGPT 予約投稿・投稿自動化;
Το ChatGPT Auto Post / ChatGPT 予約投稿・投稿自動化 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 株式会社ウェブ企画パートナーズ, και η κύρια λειτουργία του είναι "You will be able to auto-post with ChatGPT. / ChatGPT で予約投稿・投稿自動化を可能にします。".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatGPT Auto Post / ChatGPT 予約投稿・投稿自動化
Λήψη αρχείων επέκτασης ChatGPT Auto Post / ChatGPT 予約投稿・投稿自動化 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You will be able to auto-post with ChatGPT.
Prompts can be stocked, with the ability to automatically post stocked prompts one at a time or sequentially.
There is also a function to automatically click the "Regenerate response" and "Continue generating" buttons.
This is useful for writing prompts while waiting for prompts to run, or for posting multiple prompts in a predetermined order of execution.
「ChatGPT Auto Post」は ChatGPT で予約投稿・投稿自動化を可能にする Chrome アドオンです。
プロンプトをストックでき、ストックしたプロンプトをひとつずつ投稿したり、順次自動的に投稿する機能があります。
また「Regenerate response」「Continue generating」ボタンを自動的にクリックする機能もあります。
プロンプトを実行している待ち時間中にプロンプトを書いたり、事前に実行順を決めた複数のプロンプトを投稿したいときに便利です。 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | fboccijajcicfilnhekjboglljcdkofm |
| Επίσημο URL | https://chromewebstore.google.com/detail/chatgpt-auto-post-chatgpt/fboccijajcicfilnhekjboglljcdkofm |
| Περιγραφή | You will be able to auto-post with ChatGPT. / ChatGPT で予約投稿・投稿自動化を可能にします。 |
| Μέγεθος Αρχείου | 16.35 KB |
| Αριθμός Εγκαταστάσεων | 131 |
| Τρέχουσα Έκδοση | 1.0.3 |
| Τελευταία Ενημέρωση | 2023-12-04 |
| Ημερομηνία Δημοσίευσης | 2023-04-23 |
| Προγραμματιστής | 株式会社ウェブ企画パートナーズ |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://wk-partners.co.jp/homepage/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://wk-partners.co.jp/homepage/tools/chatgpt-auto-post/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://wk-partners.co.jp/homepage/privacy-policy |
| Υποστηριζόμενες Γλώσσες | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Auto Post \/ ChatGPT \u4e88\u7d04\u6295\u7a3f\u30fb\u6295\u7a3f\u81ea\u52d5\u5316",
"author": "Web Kikaku Partners, Inc. \/ \u682a\u5f0f\u4f1a\u793e\u30a6\u30a7\u30d6\u4f01\u753b\u30d1\u30fc\u30c8\u30ca\u30fc\u30ba",
"version": "1.0.3",
"description": "You will be able to auto-post with ChatGPT. \/ ChatGPT \u3067\u4e88\u7d04\u6295\u7a3f\u30fb\u6295\u7a3f\u81ea\u52d5\u5316\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"content_scripts.css"
],
"js": [
"content_scripts.js"
],
"matches": [
"https:\/\/chat.openai.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"storage"
]
} | |