CookBook Manager - Recipe Importer
Import recipes to your CookBook Manager App account from Chrome!
Was ist CookBook Manager - Recipe Importer?
CookBook Manager - Recipe Importer ist eine Chrome-Erweiterung, die von https://cookbookmanager.com entwickelt wurde, und ihr Hauptmerkmal ist "Import recipes to your CookBook Manager App account from Chrome!".
Erweiterungsscreenshots
CookBook Manager - Recipe Importer-Erweiterungs-CRX-Datei herunterladen
Laden Sie CookBook Manager - Recipe Importer-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
If you're already a member of the CookBook Manager App, you can use the CookBook Chrome Extension to download recipes as you browse the web. Simple click the extension, login to your CookBook account and then click the extension whenever you want to import a recipe. Any issues, questions or feedback - please get it in touch at [email protected]
Grundlegende Informationen zur Erweiterung
Name | CookBook Manager - Recipe Importer |
ID | pehlnokhmjhnlghjkjbepjimjbcnjnlb |
Offizielle URL | https://chromewebstore.google.com/detail/cookbook-manager-recipe-i/pehlnokhmjhnlghjkjbepjimjbcnjnlb |
Beschreibung | Import recipes to your CookBook Manager App account from Chrome! |
Dateigröße | 1.24 MB |
Installationsanzahl | 5,374 |
Aktuelle Version | 2.2.1005 |
Letztes Update | 2023-09-04 |
Veröffentlichungsdatum | 2021-06-05 |
Bewertung | 4.33/5 Insgesamt 15 Bewertungen |
Entwickler | https://cookbookmanager.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cookbookmanager.com |
Hilfeseite URL | https://cookbookmanager.com |
URL der Datenschutzrichtlinien-Seite | https://www.cookbook.company/policies/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookBook Manager - Recipe Importer", "version": "2.2.1005", "description": "Import recipes to your CookBook Manager App account from Chrome!", "background": { "service_worker": "chromeAssets\/js\/background.min.js" }, "offline_enabled": false, "icons": { "48": "chromeAssets\/img\/48.png", "128": "chromeAssets\/img\/128.png" }, "host_permissions": [ "*:\/\/cookbookmanager.com\/*", "*:\/\/*.cookbookmanager.com\/*" ], "permissions": [ "cookies", "activeTab", "tabs", "scripting" ], "externally_connectable": { "matches": [ "https:\/\/*.cookbookmanager.com\/*", "https:\/\/cookbookmanager.com\/*", "http:\/\/localhost:63342\/*" ] }, "manifest_version": 3, "action": { "default_icon": "chromeAssets\/img\/128.png", "default_title": "CookBook Manager", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'; connect-src https:\/\/* data: blob: filesystem:;" } } |