MasterCook

MasterCook Recipe Analytics, Meal Planning & Storage

Cos'è MasterCook?

MasterCook è un'estensione di Chrome sviluppata da ValuSoft Finance LLC, e la sua funzione principale è "MasterCook Recipe Analytics, Meal Planning & Storage".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MasterCook

Scarica i file di estensione MasterCook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MasterCook MasterCook
ID cjlemnmgimcdhhaphaecileladgedmhf
URL Ufficiale https://chromewebstore.google.com/detail/mastercook/cjlemnmgimcdhhaphaecileladgedmhf
Descrizione MasterCook Recipe Analytics, Meal Planning & Storage
Dimensione del File 3.28 MB
Conteggio Installazioni 4,364
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-10-17
Data di Pubblicazione 2020-10-22
Valutazione 3.41/5 Totale 17 Valutazioni
Sviluppatore ValuSoft Finance LLC
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.mastercook.com
URL della Pagina di Aiuto http://support.mastercook.com/
URL della Pagina della Politica sulla Privacy https://www.mastercook.com/privacy-policy
Lingue Supportate 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"
    }
}