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 |
Eメール | [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" } } |