Conversion Checklist

Conversion Checklist

Conversion Checklist là gì?

Conversion Checklist là một tiện ích mở rộng Chrome được phát triển bởi cogentgene, và tính năng chính của nó là "Conversion Checklist".

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

screenshot

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

Tải xuống các tệp mở rộng Conversion Checklist 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

                        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.                    

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

Tên Conversion Checklist Conversion Checklist
ID njgiiihpefaiololngaideeopjgmiokh
URL Chính Thức https://chromewebstore.google.com/detail/conversion-checklist/njgiiihpefaiololngaideeopjgmiokh
Mô tả Conversion Checklist
Kích Thước Tệp 261 KB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-12-31
Ngày Phát Hành 2019-12-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển cogentgene
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.getconversionchecklist.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}