PromptEasily ChatGPT - HDTeam

PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.

Wat is PromptEasily ChatGPT - HDTeam?

PromptEasily ChatGPT - HDTeam is een Chrome-extensie ontwikkeld door nguyenduc1222, en de belangrijkste functie is "PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PromptEasily ChatGPT - HDTeam

Download PromptEasily ChatGPT - HDTeam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.                    

Basisinformatie over de Extensie

Naam PromptEasily ChatGPT - HDTeam PromptEasily ChatGPT - HDTeam
ID ploinbfndbddcpfdadnmhonnkcbegkle
Officiële URL https://chromewebstore.google.com/detail/prompteasily-chatgpt-hdte/ploinbfndbddcpfdadnmhonnkcbegkle
Beschrijving PromptEasily ChatGPT - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today.
Bestandsgrootte 539 KB
Aantal Installaties 68
Huidige Versie 11.8
Laatst Bijgewerkt 2023-11-09
Publicatiedatum 2023-10-05
Ontwikkelaar nguyenduc1222
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.facebook.com/profile.php?id=61552245567092
Help Pagina-URL https://www.facebook.com/profile.php?id=61552245567092
URL van de Privacybeleid Pagina https://ai.puno2.com/policy
Ondersteunde Talen 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\/*"
    ]
}