PWA Quick Start
A Step-by-Step Guide To Building A PWA Funnel Quickly
What is PWA Quick Start?
PWA Quick Start is a Chrome extension developed by Jason Collins, and its main feature is "A Step-by-Step Guide To Building A PWA Funnel Quickly".
Extension Screenshots
Download PWA Quick Start Extension CRX File
Download PWA Quick Start extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PWA Quick Start |
ID | lhnbehnbkcfajpdndbocmklbepahomde |
Official URL | https://chromewebstore.google.com/detail/pwa-quick-start/lhnbehnbkcfajpdndbocmklbepahomde |
Description | A Step-by-Step Guide To Building A PWA Funnel Quickly |
File Size | 2.67 MB |
Installation Count | 89 |
Current Version | 1.18.0 |
Last Updated | 2021-09-12 |
Publish Date | 2021-09-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jason Collins |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.websitepolicies.com/policies/view/mnvxMPCU |
Supported Languages | 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" } } |