aiPromptPal

aiPromptPal makes using ChatGPT easy in search engines, to write emails, and on any website

aiPromptPal क्या है?

aiPromptPal https://scailability.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "aiPromptPal makes using ChatGPT easy in search engines, to write emails, and on any website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में aiPromptPal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Do you love ChatGPT and has it sparked the "aha" moment about ai?  Then you'll love the ChatGPT browser extension by Scailability.com

This extension will help you use ChatGPT easier and multiply your productivity. it does this by:
✔️- Right-click selected text right to send text using a custom prompt  (NEW)
✔️ - Display results of ChatGPT next to search engine results (such as Google, Bing...)
✔️- In Gmail, easily use ChatGPT to write your emails for you
✔️- In Chrome toolbar, type "ai" and tab to send to ChatGPT from your address bar


Version
- 1.4.2: BUG: fixes issue cause by OpenAI changing the url from chat.openai.com/chat to just chat.openai.com/
- 1.4.0: NEW: Adds ability to define "Custom Right-Click Options"
- 1.3.0: Code to support FF browser                    

एक्सटेंशन की मूल जानकारी

नाम aiPromptPal aiPromptPal
ID opaaajlhokpgmjgbffhbolmbeebbfbjm
आधिकारिक URL https://chromewebstore.google.com/detail/aipromptpal/opaaajlhokpgmjgbffhbolmbeebbfbjm
विवरण aiPromptPal makes using ChatGPT easy in search engines, to write emails, and on any website
फ़ाइल का आकार 1.11 MB
स्थापना संख्या 103
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2023-04-20
प्रकाशन तिथि 2023-02-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://scailability.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://aiPromptPal.com
सहायता पृष्ठ URL https://docs.google.com/forms/d/e/1FAIpQLScXIbkFaj3rgXg5CIAv9J5sJyDgsEkfbKdfXxU0wrByGAkilg/viewform?usp=sf_link
गोपनीयता नीति पृष्ठ URL https://github.com/eliasak/scailability-browser-extension/blob/main/PRIVACY_POLICY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "aiPromptPal",
    "description": "aiPromptPal makes using ChatGPT easy in search engines, to write emails, and on any website",
    "version": "1.4.2",
    "action": {
        "default_popup": "popup.7c2e9b32.html",
        "default_icon": {
            "16": "16.4ab19cb0.png",
            "32": "16.4ab19cb0.png",
            "48": "48.560a487a.png",
            "128": "128.cdc48985.png"
        },
        "default_title": "aiPromptPal"
    },
    "icons": {
        "16": "16.4ab19cb0.png",
        "32": "16.4ab19cb0.png",
        "48": "48.560a487a.png",
        "128": "128.cdc48985.png"
    },
    "background": {
        "service_worker": "background.2c3d5c01.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "alarms",
        "activeTab",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "options_ui": {
        "page": "options.ff15b910.html",
        "open_in_tab": true
    },
    "omnibox": {
        "keyword": "ai"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/search.brave.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.ecosia.org\/*",
                "https:\/\/*.presearch.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content-script.39269c75.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/search.brave.com\/*",
                "https:\/\/*.duckduckgo.com\/*",
                "https:\/\/*.ecosia.org\/*",
                "https:\/\/*.presearch.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "ai_translucent.ee910521.png",
                "content-script.db1851d0.css"
            ]
        }
    ]
}