Quickie AI

Get more done faster with contextual A.I. shortcuts!

Quickie AI क्या है?

Quickie AI Quickie AI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more done faster with contextual A.I. shortcuts!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Quickie helps you and your team get more done faster with contextual A.I. applets right at your fingertips! Research and generate content with the click of a button.                    

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

नाम Quickie AI Quickie AI
ID ahkibfidiagefpjpcbmgimnnonaoidgo
आधिकारिक URL https://chromewebstore.google.com/detail/quickie-ai/ahkibfidiagefpjpcbmgimnnonaoidgo
विवरण Get more done faster with contextual A.I. shortcuts!
फ़ाइल का आकार 50.08 KB
स्थापना संख्या 532
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-02-07
प्रकाशन तिथि 2023-01-08
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Quickie AI
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://quickie.ai
सहायता पृष्ठ URL https://quickie.ai/support
गोपनीयता नीति पृष्ठ URL https://quickie.ai/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quickie AI",
    "description": "Get more done faster with contextual A.I. shortcuts!",
    "version": "1.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}