Ask by Slite

Just ask, it answers.

Cos'è Ask by Slite?

Ask by Slite è un'estensione di Chrome sviluppata da https://slite.com, e la sua funzione principale è "Just ask, it answers.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ask by Slite

Scarica i file di estensione Ask by Slite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ask by Slite Ask by Slite
ID knnaldegackdplnkdpkhedkkpgpgjfga
URL Ufficiale https://chromewebstore.google.com/detail/ask-by-slite/knnaldegackdplnkdpkhedkkpgpgjfga
Descrizione Just ask, it answers.
Dimensione del File 23.73 MB
Conteggio Installazioni 531
Versione Corrente 1.1.0
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2023-11-08
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://slite.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://slite.com
URL della Pagina della Politica sulla Privacy https://slite.slite.page/p/H1mLnkz6~/Privacy-at-Slite
Lingue Supportate 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": []
        }
    ]
}