Conversion Checklist
Conversion Checklist
Conversion Checklist란 무엇입니까?
Conversion Checklist은(는) cogentgene에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Conversion Checklist"입니다.
확장 프로그램 스크린샷
Conversion Checklist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |