Conversion Checklist
Conversion Checklist
Conversion Checklistとは何ですか?
Conversion Checklistはcogentgeneによって開発されたChromeの拡張機能で、その主な機能は「Conversion Checklist」です。
拡張機能のスクリーンショット
Conversion Checklist拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |