Conversion Checklist
Conversion Checklist
ما هو Conversion Checklist؟
Conversion Checklist هو إضافة Chrome تم تطويرها بواسطة cogentgene، والميزة الرئيسية لها هي "Conversion Checklist".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Conversion Checklist
قم بتنزيل ملفات الامتداد Conversion Checklist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |