Pnoe
The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.
Pnoe là gì?
Pnoe là một tiện ích mở rộng Chrome được phát triển bởi PNOĒ, và tính năng chính của nó là "The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pnoe
Tải xuống các tệp mở rộng Pnoe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A diet plan that works for your customers' metabolism. The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pnoe |
ID | lmojjfknbmmkliabkjebadigbekoloml |
URL Chính Thức | https://chromewebstore.google.com/detail/pnoe/lmojjfknbmmkliabkjebadigbekoloml |
Mô tả | The nutrition recommendations are tailored to your metabolism measured through PNOĒ with clinical-grade accuracy. |
Kích Thước Tệp | 350 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2021-11-14 |
Ngày Phát Hành | 2020-09-22 |
Nhà Phát Triển | PNOĒ |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |