Conversion Checklist
Conversion Checklist
Conversion Checklistคืออะไร?
Conversion Checklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cogentgene และคุณลักษณะหลักของมันคือ "Conversion Checklist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |