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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pnoe
قم بتنزيل ملفات الامتداد Pnoe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A diet plan that works for your customers' metabolism. The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy. معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
} | |