DapperGPT Chrome Extension

A Chrome extension to interact with GPT AI on various platforms.

DapperGPT Chrome Extensionคืออะไร?

DapperGPT Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dappergpt.com และคุณลักษณะหลักของมันคือ "A Chrome extension to interact with GPT AI on various platforms."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DapperGPT Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย DapperGPT Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fill your Email, Twitter, Youtube and many other popular sites easily with AI (currently in Beta)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DapperGPT Chrome Extension DapperGPT Chrome Extension
ID opibaobahpmecdlkgifnombagoogbkmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dappergpt-chrome-extensio/opibaobahpmecdlkgifnombagoogbkmj
คำอธิบาย A Chrome extension to interact with GPT AI on various platforms.
ขนาดไฟล์ 49.74 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2023-05-10
วันที่เผยแพร่ 2023-04-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://dappergpt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dappergpt.com
URL หน้าช่วยเหลือ https://dappergpt.com/settings?menu=roadmap&tab=support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DapperGPT Chrome Extension",
    "version": "0.0.7",
    "description": "A Chrome extension to interact with GPT AI on various platforms.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "180": "icons\/icon180.png",
        "192": "icons\/icon192.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": "icons\/icon180.png",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "commands": {
        "executeOpenMiniOptions": {
            "suggested_key": {
                "mac": "Command+Shift+P",
                "windows": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            },
            "description": "Open DapperGPT Popup"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gmail.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.producthunt.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.whatsapp.com\/*",
                "https:\/\/*.telegram.org\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/*.trello.com\/*",
                "https:\/\/*.tumblr.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.quora.com\/*",
                "https:\/\/*.medium.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "css": [
                "css\/pre.css",
                "css\/content.css",
                "css\/output.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/dappergpt.com\/*",
        "https:\/\/*.dappergpt.com\/*",
        "https:\/\/*.usegpt.ai\/*",
        "https:\/\/*.localhost:3000\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/dappergpt.com\/*",
            "http:\/\/localhost:3000\/*",
            "*:\/\/*.chromium.org\/*"
        ]
    }
}