Conversion Checklist
Conversion Checklist
Apa itu Conversion Checklist?
Conversion Checklist adalah ekstensi Chrome yang dikembangkan oleh cogentgene, dan fitur utamanya adalah "Conversion Checklist".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Conversion Checklist
Unduh file ekstensi Conversion Checklist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Conversion Checklist |
ID | njgiiihpefaiololngaideeopjgmiokh |
URL Resmi | https://chromewebstore.google.com/detail/conversion-checklist/njgiiihpefaiololngaideeopjgmiokh |
Deskripsi | Conversion Checklist |
Ukuran File | 261 KB |
Jumlah Instalasi | 309 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-12-31 |
Tanggal Publikasi | 2019-12-31 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | cogentgene |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.getconversionchecklist.com |
Bahasa yang Didukung | 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" ] } |