Prompt Engine Pro

Prompt Engine Pro is a powerful Plugin designed to enhance your online communication experience.

O que é Prompt Engine Pro?

Prompt Engine Pro é uma extensão do Chrome desenvolvida por https://home.promptenginepro.com, e sua principal característica é "Prompt Engine Pro is a powerful Plugin designed to enhance your online communication experience.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Prompt Engine Pro

Baixe arquivos de extensão Prompt Engine Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Prompt Engine Pro is a powerful Plugin designed to enhance your online communication experience. This cutting-edge tool integrates the response data from Chat GPT to be saved in the Prompt Engine Pro account and allowing you to engage in natural and dynamic conversations right within your browser. With the Prompt Engine Pro, you can effortlessly generate human-like responses to messages, making your interactions more engaging and interactive. This extension leverages the extensive knowledge and language understanding of the underlying Chat GPT model, enabling it to comprehend context, tone and length of the conversation. It adapts to your writing style and provides relevant suggestions, helping you communicate more effectively while saving time and effort. Experience the next level of online conversations with the Prompt Engine Pro and unlock the potential for smoother, more natural interactions in your daily digital communications.                    

Informações Básicas da Extensão

Nome Prompt Engine Pro Prompt Engine Pro
ID ejhhapgobiifcmemobjkenidcghcmpnn
URL Oficial https://chromewebstore.google.com/detail/prompt-engine-pro/ejhhapgobiifcmemobjkenidcghcmpnn
Descrição Prompt Engine Pro is a powerful Plugin designed to enhance your online communication experience.
Tamanho do Arquivo 56.61 KB
Contagem de Instalações 3,000
Versão Atual 1.4.4
Última Atualização 2024-03-01
Data de Publicação 2023-06-02
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://home.promptenginepro.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://home.promptenginepro.com
URL da Página de Ajuda https://karthikramani.freshdesk.com/support/home
URL da Página de Política de Privacidade https://home.promptenginepro.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prompt Engine Pro",
    "version": "1.4.4",
    "description": "Prompt Engine Pro is a powerful Plugin designed to enhance your online communication experience. ",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Prompt Engine Pro",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "background.css",
                "tooltip.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}