PZP Ride Links

Easily find Power Zone Pack challenge rides on Peloton website

PZP Ride Linksคืออะไร?

PZP Ride Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mary Wholey และคุณลักษณะหลักของมันคือ "Easily find Power Zone Pack challenge rides on Peloton website"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PZP Ride Links

ดาวน์โหลดไฟล์ส่วนขยาย PZP Ride Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds a link to Power Zone Pack challenge rides, making it easier to find them on the Peloton website without scrolling through a long list.

Add them to your bookmarks to easily access them on the bike.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PZP Ride Links PZP Ride Links
ID colfefmakoiidhhdagdinigahaajejmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pzp-ride-links/colfefmakoiidhhdagdinigahaajejmc
คำอธิบาย Easily find Power Zone Pack challenge rides on Peloton website
ขนาดไฟล์ 3.45 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-02-15
วันที่เผยแพร่ 2021-02-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mary Wholey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/marywholey/PZP-ride-links
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PZP Ride Links",
    "version": "0.1",
    "description": "Easily find Power Zone Pack challenge rides on Peloton website",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/powerzonepack.com\/members\/challenges"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}