Lancey

Lancey demo recorder

O que é Lancey?

Lancey é uma extensão do Chrome desenvolvida por https://getlancey.com, e sua principal característica é "Lancey demo recorder".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lancey

Baixe arquivos de extensão Lancey 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

                        Lancey is the fastest way to create engaging demos. Get started at https://app.getlancey.com/signup

Enable your go-to-market team to create interactive demos that engage, convert, and retain more customers.

Getting started is easy.

1. Capture
Use our browser extension to record your product and let Lancey create a perfect copy for editing.


2. Edit
Edit the demo flow and leverage your CRM to dynamically populate your prospect's information.


3. Track
Share your demo and track performance across all stakeholders for that perfect follow-up.                    

Informações Básicas da Extensão

Nome Lancey Lancey
ID alplbnljhpemnggmbiknaacdjfdookdj
URL Oficial https://chromewebstore.google.com/detail/lancey/alplbnljhpemnggmbiknaacdjfdookdj
Descrição Lancey demo recorder
Tamanho do Arquivo 39.79 KB
Contagem de Instalações 218
Versão Atual 1.0.19
Última Atualização 2023-05-05
Data de Publicação 2022-01-17
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://getlancey.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.getlancey.com/
URL da Página de Ajuda https://help.lancey.io
URL da Página de Política de Privacidade https://getlancey.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lancey",
    "short_name": "Lancey",
    "version": "1.0.19",
    "description": "Lancey demo recorder",
    "action": {
        "default_icon": {
            "48": "src\/assets\/48x48.png",
            "128": "src\/assets\/128x128.png"
        }
    },
    "icons": {
        "48": "src\/assets\/48x48.png",
        "128": "src\/assets\/128x128.png"
    },
    "host_permissions": [
        "*:\/\/*.getlancey.com\/",
        "http:\/\/localhost:4200\/"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.b9585c0a.bea1a485.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "assets\/content-script-loader.loader.ts.1a462678.2e6aec99.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true
        },
        {
            "js": [
                "assets\/content-script-loader.setup_ids.ts.2dc62a67.c3f43038.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "match_about_blank": true,
            "match_origin_as_fallback": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/stateData.useCases.375cb770.js",
                "assets\/ui.useCases.796cf9c9.js",
                "assets\/constants.eba575f4.js",
                "assets\/index.ts.b9585c0a.js",
                "assets\/merlin.b606d590.js",
                "assets\/constants.d903d5d6.js",
                "assets\/loader.ts.1a462678.js",
                "assets\/setup_ids.ts.2dc62a67.js"
            ],
            "use_dynamic_url": true
        }
    ]
}