yellow.ai Web Widget Launcher

A launcher to test yellow.ai web widgets on any website

O que é yellow.ai Web Widget Launcher?

yellow.ai Web Widget Launcher é uma extensão do Chrome desenvolvida por yellow.ai, e sua principal característica é "A launcher to test yellow.ai web widgets on any website".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão yellow.ai Web Widget Launcher

Baixe arquivos de extensão yellow.ai Web Widget Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension will help users of yellow.ai to test their chatbot and web widgets on their website. The widget inserted will be for their browser only. This way, they will be able to try out the widgets before deploying changes to their website.                    

Informações Básicas da Extensão

Nome yellow.ai Web Widget Launcher yellow.ai Web Widget Launcher
ID hlajdopahpkoakfedombhdpomlpmafbb
URL Oficial https://chromewebstore.google.com/detail/yellowai-web-widget-launc/hlajdopahpkoakfedombhdpomlpmafbb
Descrição A launcher to test yellow.ai web widgets on any website
Tamanho do Arquivo 35.38 KB
Contagem de Instalações 420
Versão Atual 0.0.1
Última Atualização 2021-08-07
Data de Publicação 2021-08-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor yellow.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://yellow.ai
URL da Página de Ajuda https://yellow.ai
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "yellow.ai Web Widget Launcher",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A launcher to test yellow.ai web widgets on any website",
    "homepage_url": "https:\/\/www.yellow.ai",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "yellow.ai Web Widget Launcher",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}