PWA Quick Start
A Step-by-Step Guide To Building A PWA Funnel Quickly
PWA Quick Start란 무엇입니까?
PWA Quick Start은(는) Jason Collins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Step-by-Step Guide To Building A PWA Funnel Quickly"입니다.
확장 프로그램 스크린샷
PWA Quick Start 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides a step-by-step list of things to do to set up a PWA funnel within a couple hours. Get your funnel up and running quickly instead of spending days, perhaps even weeks.
확장 프로그램 기본 정보
이름 | PWA Quick Start |
ID | lhnbehnbkcfajpdndbocmklbepahomde |
공식 URL | https://chromewebstore.google.com/detail/pwa-quick-start/lhnbehnbkcfajpdndbocmklbepahomde |
설명 | A Step-by-Step Guide To Building A PWA Funnel Quickly |
파일 크기 | 2.67 MB |
설치 횟수 | 89 |
현재 버전 | 1.18.0 |
최근 업데이트 | 2021-09-12 |
출시 날짜 | 2021-09-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jason Collins |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.websitepolicies.com/policies/view/mnvxMPCU |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PWA Quick Start", "description": "A Step-by-Step Guide To Building A PWA Funnel Quickly", "manifest_version": 2, "version": "1.18.0", "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "background": { "page": "index.html#notifications" }, "permissions": [ "storage", "notifications", "http:\/\/api.leadblasta.com\/", "https:\/\/api.leadblasta.com\/", "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/", "https:\/\/*.ytimg.com\/" ], "browser_action": { "default_title": "PWA Quick Start", "default_icon": "icon.png", "default_popup": "index.html" } } |