Prompt Engine Pro

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

什麼是Prompt Engine Pro?

Prompt Engine Pro是由https://home.promptenginepro.com開發的Chrome擴展程式,該擴展的主要功能是“Prompt Engine Pro is a powerful Plugin designed to enhance your online communication experience.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Prompt Engine Pro擴展crx文件

下載Prompt Engine Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Prompt Engine Pro Prompt Engine Pro
ID ejhhapgobiifcmemobjkenidcghcmpnn
官方網址 https://chromewebstore.google.com/detail/prompt-engine-pro/ejhhapgobiifcmemobjkenidcghcmpnn
簡介 Prompt Engine Pro is a powerful Plugin designed to enhance your online communication experience.
檔案大小 56.61 KB
安裝次數 3,000
目前版本 1.4.4
更新時間 2024-03-01
上架時間 2023-06-02
評分 5.00/5 共 3 次評分
開發者 https://home.promptenginepro.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://home.promptenginepro.com
說明頁面URL https://karthikramani.freshdesk.com/support/home
隱私政策頁面URL https://home.promptenginepro.com/privacy
支援的語言 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"
            ]
        }
    ]
}