Pnoe

The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.

Pnoeคืออะไร?

Pnoe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PNOĒ และคุณลักษณะหลักของมันคือ "The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy."

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

screenshot

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

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

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

                        A diet plan that works for your customers' metabolism. The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.                    

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

ชื่อ Pnoe Pnoe
ID lmojjfknbmmkliabkjebadigbekoloml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pnoe/lmojjfknbmmkliabkjebadigbekoloml
คำอธิบาย The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.
ขนาดไฟล์ 350 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-11-14
วันที่เผยแพร่ 2020-09-22
ผู้พัฒนา PNOĒ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pnoe",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "The nutrition recommendations are tailored to your metabolism measured through PNO\u0112 with clinical-grade accuracy.",
    "short_name": "Pnoe",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "\/static\/js\/main.js"
            ],
            "css": [
                "\/static\/css\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/pnoe-trainer-virtual-classes.vercel.app\/*",
            "https:\/\/workout.mypnoe.com\/*",
            "https:\/\/pnoe-nutrition.vercel.app\/*",
            "https:\/\/pnoe-nutrition-dev.vercel.app\/*"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "72": "icon-72.png",
        "114": "icon-114.png",
        "120": "icon-120.png",
        "144": "icon-144.png",
        "152": "icon-152.png"
    }
}