MasterCook

MasterCook Recipe Analytics, Meal Planning & Storage

Qu'est-ce que MasterCook ?

MasterCook est une extension Chrome développée par ValuSoft Finance LLC, et sa fonction principale est "MasterCook Recipe Analytics, Meal Planning & Storage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MasterCook

Téléchargez les fichiers d'extension MasterCook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom MasterCook MasterCook
ID cjlemnmgimcdhhaphaecileladgedmhf
URL Officiel https://chromewebstore.google.com/detail/mastercook/cjlemnmgimcdhhaphaecileladgedmhf
Description MasterCook Recipe Analytics, Meal Planning & Storage
Taille du Fichier 3.28 MB
Nombre d'Installations 4,364
Version Actuelle 2.0.1
Dernière Mise à Jour 2023-10-17
Date de Publication 2020-10-22
Évaluation 3.41/5 Total 17 Évaluations
Développeur ValuSoft Finance LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.mastercook.com
URL de la Page d'Aide http://support.mastercook.com/
URL de la Page de Politique de Confidentialité https://www.mastercook.com/privacy-policy
Langues Prises en Charge 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"
    }
}