Conversion Checklist

Conversion Checklist

什么是Conversion Checklist?

Conversion Checklist是由cogentgene开发的Chrome扩展程序,该扩展的主要功能是“Conversion Checklist”。

扩展截图

screenshot

下载Conversion Checklist扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Conversion Checklist Conversion Checklist
ID njgiiihpefaiololngaideeopjgmiokh
官方URL https://chromewebstore.google.com/detail/conversion-checklist/njgiiihpefaiololngaideeopjgmiokh
简介 Conversion Checklist
文件大小 261 KB
安装次数 309
当前版本 1.0.1
更新时间 2019-12-31
上架时间 2019-12-31
评分 5.00/5 共3次评分
开发者 cogentgene
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.getconversionchecklist.com
支持的语言 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"
    ]
}