FigPii

Your FigPii Assistant.

Hvad er FigPii?

FigPii er en Chrome-udvidelse udviklet af https://figpii.com, og dens hovedfunktion er "Your FigPii Assistant.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download FigPii-udvidelses-CRX-fil

Download FigPii-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FigPii FigPii
ID glhimbblgkjipbbkohbmbfnagecpomni
Officiel URL https://chromewebstore.google.com/detail/figpii/glhimbblgkjipbbkohbmbfnagecpomni
Beskrivelse Your FigPii Assistant.
Filstørrelse 176 KB
Antal Installationer 220
Nuværende Version 4.5.2
Senest Opdateret 2023-04-25
Udgivelsesdato 2022-02-24
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://figpii.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.figpii.com
Hjælpeside-URL https://kb.figpii.com
URL til Fortrolighedspolitik Side https://www.figpii.com/privacy
Understøttede Sprog 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\/*"
        ]
    }
}