MasterCook

MasterCook Recipe Analytics, Meal Planning & Storage

Co to jest MasterCook?

MasterCook to rozszerzenie Chrome opracowane przez ValuSoft Finance LLC, a jego główną funkcją jest „MasterCook Recipe Analytics, Meal Planning & Storage”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MasterCook

Pobierz pliki rozszerzeń MasterCook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MasterCook MasterCook
ID cjlemnmgimcdhhaphaecileladgedmhf
Oficjalny URL https://chromewebstore.google.com/detail/mastercook/cjlemnmgimcdhhaphaecileladgedmhf
Opis MasterCook Recipe Analytics, Meal Planning & Storage
Rozmiar pliku 3.28 MB
Liczba instalacji 4,364
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2023-10-17
Data Publikacji 2020-10-22
Ocena 3.41/5 Łącznie 17 Oceny
Deweloper ValuSoft Finance LLC
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.mastercook.com
Adres URL Strony Pomocy http://support.mastercook.com/
Adres URL Strony Polityki Prywatności https://www.mastercook.com/privacy-policy
Obsługiwane Języki 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"
    }
}