PWA Quick Start

A Step-by-Step Guide To Building A PWA Funnel Quickly

PWA Quick Startคืออะไร?

PWA Quick Start เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason Collins และคุณลักษณะหลักของมันคือ "A Step-by-Step Guide To Building A PWA Funnel Quickly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PWA Quick Start

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล jpcollinss1@gmail.com
ประเภทการชำระเงิน 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"
    }
}