Ask by Slite

Just ask, it answers.

Ask by Slite क्या है?

Ask by Slite https://slite.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just ask, it answers."।

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

screenshot
screenshot

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

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

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

                        Meet Ask: our Al-powered knowledge base assistant. Skip searching and reading through endless docs and get the answer you know is there in an instant.                    

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

नाम Ask by Slite Ask by Slite
ID knnaldegackdplnkdpkhedkkpgpgjfga
आधिकारिक URL https://chromewebstore.google.com/detail/ask-by-slite/knnaldegackdplnkdpkhedkkpgpgjfga
विवरण Just ask, it answers.
फ़ाइल का आकार 23.73 MB
स्थापना संख्या 531
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2023-11-08
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://slite.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://slite.com
गोपनीयता नीति पृष्ठ URL https://slite.slite.page/p/H1mLnkz6~/Privacy-at-Slite
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ask by Slite",
    "short_name": "Ask",
    "version": "1.1.0",
    "description": "Just ask, it answers.",
    "author": "Slite Inc.",
    "icons": {
        "128": "icon128.21f89712.png"
    },
    "background": {
        "service_worker": "serviceWorkerSidepanel.d5c23a5c.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open Ask",
        "default_icon": {
            "16": "icon16.38a421fc.png",
            "32": "icon32.d3ae1896.png",
            "48": "icon48.077e5b47.png"
        }
    },
    "side_panel": {
        "default_path": "up_\/index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            },
            "description": "Open Ask in sidebar"
        }
    },
    "host_permissions": [
        "https:\/\/*.slite.com\/*",
        "https:\/\/slite.com\/*"
    ],
    "permissions": [
        "downloads",
        "webRequest",
        "storage",
        "declarativeNetRequest",
        "sidePanel"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "up_\/index.html"
            ],
            "matches": []
        }
    ]
}