PromptEasily ChatGPT - HDTeam
PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.
Cos'è PromptEasily ChatGPT - HDTeam?
PromptEasily ChatGPT - HDTeam è un'estensione di Chrome sviluppata da nguyenduc1222, e la sua funzione principale è "PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PromptEasily ChatGPT - HDTeam
Scarica i file di estensione PromptEasily ChatGPT - HDTeam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | ploinbfndbddcpfdadnmhonnkcbegkle | 
| URL Ufficiale | https://chromewebstore.google.com/detail/prompteasily-chatgpt-hdte/ploinbfndbddcpfdadnmhonnkcbegkle | 
| Descrizione | PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today. | 
| Dimensione del File | 539 KB | 
| Conteggio Installazioni | 68 | 
| Versione Corrente | 11.8 | 
| Ultimo Aggiornamento | 2023-11-09 | 
| Data di Pubblicazione | 2023-10-05 | 
| Sviluppatore | nguyenduc1222 | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.facebook.com/profile.php?id=61552245567092 | 
| URL della Pagina di Aiuto | https://www.facebook.com/profile.php?id=61552245567092 | 
| URL della Pagina della Politica sulla Privacy | https://ai.puno2.com/policy | 
| Lingue Supportate | 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\/*"
    ]
}  |  |