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 |
官方網址 | 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" } } |