DapperGPT Chrome Extension
A Chrome extension to interact with GPT AI on various platforms.
DapperGPT Chrome Extension là gì?
DapperGPT Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://dappergpt.com, và tính năng chính của nó là "A Chrome extension to interact with GPT AI on various platforms.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DapperGPT Chrome Extension
Tải xuống các tệp mở rộng DapperGPT Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fill your Email, Twitter, Youtube and many other popular sites easily with AI (currently in Beta)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DapperGPT Chrome Extension |
ID | opibaobahpmecdlkgifnombagoogbkmj |
URL Chính Thức | https://chromewebstore.google.com/detail/dappergpt-chrome-extensio/opibaobahpmecdlkgifnombagoogbkmj |
Mô tả | A Chrome extension to interact with GPT AI on various platforms. |
Kích Thước Tệp | 49.74 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2023-05-10 |
Ngày Phát Hành | 2023-04-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://dappergpt.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dappergpt.com |
URL Trang Trợ Giúp | https://dappergpt.com/settings?menu=roadmap&tab=support |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |