FigPii

Your FigPii Assistant.

什么是FigPii?

FigPii是由https://figpii.com开发的Chrome扩展程序,该扩展的主要功能是“Your FigPii Assistant.”。

扩展截图

screenshot
screenshot
screenshot

下载FigPii扩展crx文件

下载FigPii扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 FigPii FigPii
ID glhimbblgkjipbbkohbmbfnagecpomni
官方URL https://chromewebstore.google.com/detail/figpii/glhimbblgkjipbbkohbmbfnagecpomni
简介 Your FigPii Assistant.
文件大小 176 KB
安装次数 220
当前版本 4.5.2
更新时间 2023-04-25
上架时间 2022-02-24
评分 5.00/5 共3次评分
开发者 https://figpii.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.figpii.com
帮助页面URL https://kb.figpii.com
隐私政策页面URL https://www.figpii.com/privacy
支持的语言 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\/*"
        ]
    }
}