Pnoe
The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.
什麼是Pnoe?
Pnoe是由PNOĒ開發的Chrome擴展程式,該擴展的主要功能是“The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.”。
擴展截圖
下載Pnoe擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | lmojjfknbmmkliabkjebadigbekoloml |
| 官方網址 | 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"
}
} | |