Conversion Checklist

Conversion Checklist

Что такое Conversion Checklist?

Conversion Checklist - это расширение Chrome, разработанное cogentgene, и его основная функция - "Conversion Checklist".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Conversion Checklist

Скачайте файлы расширений 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"
    ]
}