FigPii

Your FigPii Assistant.

O que é FigPii?

FigPii é uma extensão do Chrome desenvolvida por https://figpii.com, e sua principal característica é "Your FigPii Assistant.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FigPii

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

                        To use the FigPii extension you need to have the FigPii code installed on your website and you need to have A/B tests running on your page.

★ What’s FigPii?

FigPii is an all-in-one solution for website conversion rate optimization. It offers tools like (Heatmaps - Session recordings - A/B testing - Online Polls - CRO recommendations)

★ Heat Maps:

Improve the performance of your website by quickly identifying problem areas that are causing your potential customers to struggle. Our heat maps help you understand your visitors better and ultimately give them a better experience.

➤ Track visitors by device type (Phone vs Desktop)
➤ Track new visitors / returning visitors or both.
➤ Launch heatmaps for specific or multiple pages.
➤ Fine-tune your snapshot timing to allow for dynamic content to load.
➤ Include / Exclude IPs from tracking (to exclude internal traffic)
➤ Track up to 2 million visitors per month.
➤ Uncover conversion problems with your website.
➤ Test new website/page designs easily
➤ Track visitors with UTMs

★ Session recordings:

Gain insights into visitor behavior and watch where visitors get stuck, confused, and frustrated as they interact with your website. Our session recordings allow you to see your website through the eyes and actions of actual visitors.

➤ Launch session recordings with a single click.
➤ Only record sessions with mouse & window activity
➤ Only record sessions longer than 30 seconds
➤ Record visitors’ sessions by device type (Phone vs Desktop)
➤ Record visitors’ sessions (new/ returning) or both.
➤ Record specific pages on your website using URL prefix.
➤ Record sessions from all pages of your website.
➤ Include / Exclude IPs from tracking.


★ AB testing:

Eliminate the guesswork and find the perfect combination of elements that can help you reduce cart abandonment and increase conversions for your higher-priced items. Our A/B testing engine makes your site better for your customers.

➤ Launch A/B tests on your website easily.
➤ Launch split tests on your website easily.
➤ Launch A/B tests for specific or multiple pages.
➤ Launch A/B tests for specific device types (Phone vs Desktop).
➤ Control traffic weights in experiments.
➤ Define goals for each test.
➤ Control traffic allocation to the A/B test.
➤ Integrate with Google Analytics.


★ Polls:

Engage with your visitors and start receiving feedback and ideas you might not have thought of before. Our polls allow you to view results in real-time so you can analyze quickly and share your results with your team members.

➤ Launch polls on specific or multiple pages.
➤ Launch polls for specific device types (Phone vs Desktop).

★ Recommendations:

No conversion optimization experience, no problem! Our recommendation feature pinpoints the exact problem areas you should fix (right away) on your website. This feature is trained, by top CRO experts, to generate insightful optimization ideas.                    

Informações Básicas da Extensão

Nome FigPii FigPii
ID glhimbblgkjipbbkohbmbfnagecpomni
URL Oficial https://chromewebstore.google.com/detail/figpii/glhimbblgkjipbbkohbmbfnagecpomni
Descrição Your FigPii Assistant.
Tamanho do Arquivo 176 KB
Contagem de Instalações 220
Versão Atual 4.5.2
Última Atualização 2023-04-25
Data de Publicação 2022-02-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://figpii.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.figpii.com
URL da Página de Ajuda https://kb.figpii.com
URL da Página de Política de Privacidade https://www.figpii.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "favicon-128x128.png",
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "48": "favicon-48x48.png",
            "64": "favicon-64x64.png",
            "512": "icon.png"
        },
        "default_popup": ".\/index.html",
        "default_title": "FigPii"
    },
    "author": "FigPii",
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Your FigPii Assistant.",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "favicon-128x128.png",
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "64": "favicon-64x64.png",
        "512": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjIc\/cGeQOfiDse80sdlS\/izz9HyXkDnXsgeJ2lg3hj\/miTB0H5WVNre9jjFcNzPGyGCqtZJ7j0AxRaasiXy1E\/KQ1aSJuKXRI\/gknHVUxcOaXYaZdSL5hbJ2dfM\/azgf0054s4qrhjOSUwLb\/M0UBC7i0CHaTUlaSIOgcNrQK9SaW+csx7edU9OmMg9cLbqnur6EAUZsB0GmcLzKRZC\/PXWpGCn\/0Xx\/kaY7NZTEIeoYG4AiFJJR61de7vhDGNDW7h4SFz3ke6zwJPbfC5w\/SLz872XRPTCRvZnR1S5dTBfDRXU9cwDtB+I0qV16aoC+LByALetEdGKAIE9a3HljmQIDAQAB",
    "manifest_version": 3,
    "name": "FigPii",
    "offline_enabled": false,
    "permissions": [
        "scripting",
        "cookies",
        "tabs"
    ],
    "short_name": "Fig",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.5.2",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "fig.js",
                "figChange.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.figpii.com\/*"
        ]
    }
}