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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 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Ē
Eメール [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"
    }
}