CookBook Manager - Recipe Importer
Import recipes to your CookBook Manager App account from Chrome!
Hvad er CookBook Manager - Recipe Importer?
CookBook Manager - Recipe Importer er en Chrome-udvidelse udviklet af https://cookbookmanager.com, og dens hovedfunktion er "Import recipes to your CookBook Manager App account from Chrome!".
Udvidelsesskærmbilleder
Download CookBook Manager - Recipe Importer-udvidelses-CRX-fil
Download CookBook Manager - Recipe Importer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pehlnokhmjhnlghjkjbepjimjbcnjnlb |
Officiel URL | https://chromewebstore.google.com/detail/cookbook-manager-recipe-i/pehlnokhmjhnlghjkjbepjimjbcnjnlb |
Beskrivelse | Import recipes to your CookBook Manager App account from Chrome! |
Filstørrelse | 1.24 MB |
Antal Installationer | 5,374 |
Nuværende Version | 2.2.1005 |
Senest Opdateret | 2023-09-04 |
Udgivelsesdato | 2021-06-05 |
Bedømmelse | 4.33/5 Samlet 15 Bedømmelser |
Udvikler | https://cookbookmanager.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://cookbookmanager.com |
Hjælpeside-URL | https://cookbookmanager.com |
URL til Fortrolighedspolitik Side | https://www.cookbook.company/policies/privacy |
Understøttede Sprog | 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:;" } } |