Conversion Checklist
Conversion Checklist
Wat is Conversion Checklist?
Conversion Checklist is een Chrome-extensie ontwikkeld door cogentgene, en de belangrijkste functie is "Conversion Checklist".
Extensie Screenshots
Download het CRX-bestand van de extensie Conversion Checklist
Download Conversion Checklist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Conversion Checklist |
ID | njgiiihpefaiololngaideeopjgmiokh |
Officiële URL | https://chromewebstore.google.com/detail/conversion-checklist/njgiiihpefaiololngaideeopjgmiokh |
Beschrijving | Conversion Checklist |
Bestandsgrootte | 261 KB |
Aantal Installaties | 309 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-12-31 |
Publicatiedatum | 2019-12-31 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | cogentgene |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.getconversionchecklist.com |
Ondersteunde Talen | 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" ] } |