Convert Experience Tools

Helps customers that use Convert Experiences A/B testing tool from Convert.com in the process of developing and debugging

Convert Experience Tools là gì?

Convert Experience Tools là một tiện ích mở rộng Chrome được phát triển bởi https://www.convert.com, và tính năng chính của nó là "Helps customers that use Convert Experiences A/B testing tool from Convert.com in the process of developing and debugging".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Convert Experience Tools

Tải xuống các tệp mở rộng Convert Experience Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Helps customers that use Convert Experiences A/B testing tool from Convert.com in the process of developing and debugging the experiences created in the application. This extension is needed in the QA and design process of experiences set-up inside Convert Experiences and part of the visual editor. On it’s installation it will request two permissions "Read your browsing history" and "Communicate with cooperating websites" this allows the connection between the application and the Chrome extension, you can read more about these settings and their role here: https://support.convert.com/hc/en-us/articles/204506699-Chrome-Debugger-Extension-For-Convert-Experiences. Once activated the Chrome's Console offers a live-log with real-time information about the experiences running on the website. Whitelisting the domains and subdomains you are working on allows you to have a smoother experience in the applications editor since we assist with settings in iframe, x-header and SameSite cookies.

For more information
https://support.convert.com/hc/en-us/articles/204506699-Chrome-Debugger-Extension-For-Convert-Experiences

Inside the Chrome Extension of Convert Experiences we have some powerful tools to help you make use of the Visual Editor and debug the experiences in the Chrome console. Features we offer as part of the installation are:
X-frame-security-header-options removed allow you to see more sites in the the visual editor
Chrome SameSite strict cookies are modified for the white-listed sites so you can see iframes and other part of your website better in the Visual Editor

You can see we ask for two specific settings on the install of the extension:

"Read your browsing history"
This permission is required to get the domain name of the page you're visiting when and checks if you have this whitelisted and it’s connected to the Convert Experiences application. Please, note the extension only reads the content that is directly required to run the features described only.

"Communicate with cooperating websites"
This permission is required for communication with Convert Experiences application. We use it to know if you have installed the extension or not, see if you have the extension on or off and see if you have the domains white-listed that you are working on in the Visual Editor. This then allows us to make the visual editor more workable and in case it’s missing settings show messages on how to improve the Chrome Extension settings. 

If you would prefer to restrict the access of the Convert Experiences Chrome extensions to only those whitelisted sites. We can imagine you might want to add the Site Access option to “On specific sites” then please add all domains and subdomains to that area manually (see settings in the below image).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Convert Experience Tools Convert Experience Tools
ID mcjjomjpjfaaaiieieaecenabgidlhid
URL Chính Thức https://chromewebstore.google.com/detail/convert-experience-tools/mcjjomjpjfaaaiieieaecenabgidlhid
Mô tả Helps customers that use Convert Experiences A/B testing tool from Convert.com in the process of developing and debugging
Kích Thước Tệp 506 KB
Số Lần Cài Đặt 4,719
Phiên Bản Hiện Tại 1.6.3
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2020-06-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.convert.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.convert.com/
URL Trang Trợ Giúp https://support.convert.com/hc/en-us/articles/204506699-Chrome-Debugger-Extension-For-Convert-Experiences
URL Trang Chính Sách Bảo Mật https://www.convert.com/privacy-notice
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "off.png",
        "default_title": "Convert Experience Tools is OFF",
        "default_popup": "popup\/index.html"
    },
    "description": "Helps customers that use Convert Experiences A\/B testing tool from Convert.com in the process of developing and debugging",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7qPEPioPA1+fBgbRJZCRlmH18YWUtvNmSGATSkmrjkvzNJv8IDHm2NY8U2tOvLKsC2kITCSCLyrEKxWqw\/ELzGBhIckNT1buVylrMi6IwopRHnGRmGYPNlHF9B1YU3\/8GCwKoyeecmJnaxS+yJEau5f4V7a\/Gqu5KcMNmscC5N0mjcCJ7SdwDtjSMxrIK8k53KE4DmMjW11cp7vjHInCyDLqb\/KHxe4o9oRMzPH0KyU3WPWJLnGdR1ZWAUBOtbOQ7LnTRPZq8Yu8\/px+wrag8VBOdnLdrfvEp2jqjGrULWGRkYv7xJguDwuOgfUrwMrFR\/EpJfgUCZTHs0ipRlplUwIDAQAB",
    "manifest_version": 3,
    "name": "Convert Experience Tools",
    "permissions": [
        "cookies",
        "webRequest",
        "webNavigation",
        "storage",
        "tabs",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "cspHeaders",
                "enabled": true,
                "path": "ruleResources\/cspHeaders.json"
            },
            {
                "id": "cdnDebug",
                "enabled": true,
                "path": "ruleResources\/cdnDebug.json"
            }
        ]
    },
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injectedScripts\/*.js",
                "injectedScripts\/*.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.3",
    "incognito": "split"
}