Conversion Checklist

Conversion Checklist

Co to jest Conversion Checklist?

Conversion Checklist to rozszerzenie Chrome opracowane przez cogentgene, a jego główną funkcją jest „Conversion Checklist”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Conversion Checklist

Pobierz pliki rozszerzeń Conversion Checklist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Conversion Checklist Conversion Checklist
ID njgiiihpefaiololngaideeopjgmiokh
Oficjalny URL https://chromewebstore.google.com/detail/conversion-checklist/njgiiihpefaiololngaideeopjgmiokh
Opis Conversion Checklist
Rozmiar pliku 261 KB
Liczba instalacji 309
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-12-31
Data Publikacji 2019-12-31
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper cogentgene
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.getconversionchecklist.com
Obsługiwane Języki 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"
    ]
}