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
官方網址 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"
    ]
}