Conversion Checklist

Conversion Checklist

What is Conversion Checklist?

Conversion Checklist is a Chrome extension developed by cogentgene, and its main feature is "Conversion Checklist".

Extension Screenshots

screenshot

Download Conversion Checklist Extension CRX File

Download Conversion Checklist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Conversion checklist ensures you avoid common mistakes that will cost you time and money. This list is comprised of over 100 items that will help you get your website in tip top shape, increase conversions, sales, and revenue. While this is not a definitive list, it does address a bulk portion of issues most people tend to overlook.

List includes items from the following categories:
- Strategic
- Copy
- Design
- Hero
- Headline
- Ads
- Trust
- Forms
- Videos
- Performance

You can open one list per domain, edit, add or delete items. Everything is stored locally.                    

Extension Basic Information

Name Conversion Checklist Conversion Checklist
ID njgiiihpefaiololngaideeopjgmiokh
Official URL https://chromewebstore.google.com/detail/conversion-checklist/njgiiihpefaiololngaideeopjgmiokh
Description Conversion Checklist
File Size 261 KB
Installation Count 309
Current Version 1.0.1
Last Updated 2019-12-31
Publish Date 2019-12-31
Rating 5.00/5 Total 3 Ratings
Developer cogentgene
Email [email protected]
Payment Type free
Extension Website http://www.getconversionchecklist.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Conversion Checklist",
    "short_name": "Conversion Checklist",
    "description": "Conversion Checklist",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "loader.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "MaterialIcons-Regular.woff"
    ]
}