DapperGPT Chrome Extension
A Chrome extension to interact with GPT AI on various platforms.
DapperGPT Chrome Extension क्या है?
DapperGPT Chrome Extension https://dappergpt.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to interact with GPT AI on various platforms."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DapperGPT Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Fill your Email, Twitter, Youtube and many other popular sites easily with AI (currently in Beta)
एक्सटेंशन की मूल जानकारी
नाम | 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\/*" ] } } |