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文件
下载PWA Quick Start扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |