PromptEasily ChatGPT - HDTeam
PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.
PromptEasily ChatGPT - HDTeamとは何ですか?
PromptEasily ChatGPT - HDTeamはnguyenduc1222によって開発されたChromeの拡張機能で、その主な機能は「PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.」です。
拡張機能のスクリーンショット
PromptEasily ChatGPT - HDTeam拡張機能のCRXファイルをダウンロード
PromptEasily ChatGPT - HDTeam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today. 拡張機能の基本情報
| 名前 | |
| ID | ploinbfndbddcpfdadnmhonnkcbegkle |
| 公式URL | https://chromewebstore.google.com/detail/prompteasily-chatgpt-hdte/ploinbfndbddcpfdadnmhonnkcbegkle |
| 説明 | PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today. |
| ファイルサイズ | 539 KB |
| インストール数 | 68 |
| 現在のバージョン | 11.8 |
| 最終更新日 | 2023-11-09 |
| 公開日 | 2023-10-05 |
| 開発者 | nguyenduc1222 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.facebook.com/profile.php?id=61552245567092 |
| ヘルプページのURL | https://www.facebook.com/profile.php?id=61552245567092 |
| プライバシーポリシーページのURL | https://ai.puno2.com/policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "PromptEasily ChatGPT - HDTeam",
"description": "PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.",
"version": "11.8",
"icons": {
"16": "icons\/512.png",
"32": "icons\/512.png",
"48": "icons\/512.png",
"64": "icons\/512.png",
"72": "icons\/512.png",
"80": "icons\/512.png",
"92": "icons\/512.png",
"128": "icons\/512.png",
"256": "icons\/512.png",
"512": "icons\/512.png",
"1024": "icons\/512.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "Open ChatGPT"
},
"permissions": [
"activeTab",
"contextMenus",
"declarativeNetRequestWithHostAccess"
],
"omnibox": {
"keyword": "aiprompt"
},
"externally_connectable": {
"matches": [
"https:\/\/*.puno2.com:*\/*",
"https:\/\/*.prompteasily.com:*\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"feedback.js",
"config.js",
"inject.js",
"client.js",
"utils.js",
"enums.js",
"messages.js",
"style.css",
"ai-removebg.png",
"rxn.js",
"list.js",
"quota.js",
"readability.js",
"multiselect-dropdown.js"
],
"matches": [
"https:\/\/chat.openai.com\/*"
],
"use_dynamic_url": true
}
],
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"https:\/\/chat.openai.com\/*"
],
"run_at": "document_end"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"https:\/\/chat.openai.com\/*"
]
} | |