FigPii

Your FigPii Assistant.

Wat is FigPii?

FigPii is een Chrome-extensie ontwikkeld door https://figpii.com, en de belangrijkste functie is "Your FigPii Assistant.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FigPii

Download FigPii-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FigPii FigPii
ID glhimbblgkjipbbkohbmbfnagecpomni
Officiële URL https://chromewebstore.google.com/detail/figpii/glhimbblgkjipbbkohbmbfnagecpomni
Beschrijving Your FigPii Assistant.
Bestandsgrootte 176 KB
Aantal Installaties 220
Huidige Versie 4.5.2
Laatst Bijgewerkt 2023-04-25
Publicatiedatum 2022-02-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://figpii.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.figpii.com
Help Pagina-URL https://kb.figpii.com
URL van de Privacybeleid Pagina https://www.figpii.com/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}