PromptEasily ChatGPT - HDTeam
PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.
Was ist PromptEasily ChatGPT - HDTeam?
PromptEasily ChatGPT - HDTeam ist eine Chrome-Erweiterung, die von nguyenduc1222 entwickelt wurde, und ihr Hauptmerkmal ist "PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.".
Erweiterungsscreenshots
PromptEasily ChatGPT - HDTeam-Erweiterungs-CRX-Datei herunterladen
Laden Sie PromptEasily ChatGPT - HDTeam-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ploinbfndbddcpfdadnmhonnkcbegkle |
| Offizielle URL | https://chromewebstore.google.com/detail/prompteasily-chatgpt-hdte/ploinbfndbddcpfdadnmhonnkcbegkle |
| Beschreibung | PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today. |
| Dateigröße | 539 KB |
| Installationsanzahl | 68 |
| Aktuelle Version | 11.8 |
| Letztes Update | 2023-11-09 |
| Veröffentlichungsdatum | 2023-10-05 |
| Entwickler | nguyenduc1222 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.facebook.com/profile.php?id=61552245567092 |
| Hilfeseite URL | https://www.facebook.com/profile.php?id=61552245567092 |
| URL der Datenschutzrichtlinien-Seite | https://ai.puno2.com/policy |
| Unterstützte Sprachen | 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\/*"
]
} | |