MasterCook
MasterCook Recipe Analytics, Meal Planning & Storage
Was ist MasterCook?
MasterCook ist eine Chrome-Erweiterung, die von ValuSoft Finance LLC entwickelt wurde, und ihr Hauptmerkmal ist "MasterCook Recipe Analytics, Meal Planning & Storage".
Erweiterungsscreenshots
MasterCook-Erweiterungs-CRX-Datei herunterladen
Laden Sie MasterCook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The MasterCook.com web importer allows you to capture text as recipes to your private account at MasterCook.com. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjlemnmgimcdhhaphaecileladgedmhf |
| Offizielle URL | https://chromewebstore.google.com/detail/mastercook/cjlemnmgimcdhhaphaecileladgedmhf |
| Beschreibung | MasterCook Recipe Analytics, Meal Planning & Storage |
| Dateigröße | 3.28 MB |
| Installationsanzahl | 4,364 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2023-10-17 |
| Veröffentlichungsdatum | 2020-10-22 |
| Bewertung | 3.41/5 Insgesamt 17 Bewertungen |
| Entwickler | ValuSoft Finance LLC |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.mastercook.com |
| Hilfeseite URL | http://support.mastercook.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.mastercook.com/privacy-policy |
| Unterstützte Sprachen | 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"
}
} | |