MasterCook

MasterCook Recipe Analytics, Meal Planning & Storage

MasterCook란 무엇입니까?

MasterCook은(는) ValuSoft Finance LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MasterCook Recipe Analytics, Meal Planning & Storage"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MasterCook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The MasterCook.com web importer allows you to capture text as recipes to your private account at MasterCook.com.                    

확장 프로그램 기본 정보

이름 MasterCook MasterCook
ID cjlemnmgimcdhhaphaecileladgedmhf
공식 URL https://chromewebstore.google.com/detail/mastercook/cjlemnmgimcdhhaphaecileladgedmhf
설명 MasterCook Recipe Analytics, Meal Planning & Storage
파일 크기 3.28 MB
설치 횟수 4,364
현재 버전 2.0.1
최근 업데이트 2023-10-17
출시 날짜 2020-10-22
평점 3.41/5 총 17 개의 평점
개발자 ValuSoft Finance LLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mastercook.com
도움말 페이지 URL http://support.mastercook.com/
개인정보 보호 정책 페이지 URL https://www.mastercook.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MasterCook",
    "version": "2.0.1",
    "description": "MasterCook Recipe Analytics, Meal Planning & Storage",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": "assets\/images\/MasterCookLogo-small.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/images\/MasterCookLogo-small.png",
        "32": "assets\/images\/MasterCookLogo-small.png",
        "48": "assets\/images\/MasterCookLogo-small.png",
        "128": "assets\/images\/MasterCookLogo-small.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.mastercook.com\/",
        "https:\/\/staging.mastercook.com\/",
        "http:\/\/staging.mastercook.com\/",
        "https:\/\/qa.mastercook.com\/",
        "http:\/\/qa.mastercook.com\/",
        "http:\/\/api.mastercook.com\/",
        "https:\/\/api.mastercook.com\/",
        "http:\/\/*\/",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    }
}