CookBook Manager - Recipe Importer
Import recipes to your CookBook Manager App account from Chrome!
Apa itu CookBook Manager - Recipe Importer?
CookBook Manager - Recipe Importer adalah ekstensi Chrome yang dikembangkan oleh https://cookbookmanager.com, dan fitur utamanya adalah "Import recipes to your CookBook Manager App account from Chrome!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CookBook Manager - Recipe Importer
Unduh file ekstensi CookBook Manager - Recipe Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | CookBook Manager - Recipe Importer |
ID | pehlnokhmjhnlghjkjbepjimjbcnjnlb |
URL Resmi | https://chromewebstore.google.com/detail/cookbook-manager-recipe-i/pehlnokhmjhnlghjkjbepjimjbcnjnlb |
Deskripsi | Import recipes to your CookBook Manager App account from Chrome! |
Ukuran File | 1.24 MB |
Jumlah Instalasi | 5,374 |
Versi Saat Ini | 2.2.1005 |
Terakhir Diperbarui | 2023-09-04 |
Tanggal Publikasi | 2021-06-05 |
Penilaian | 4.33/5 Total 15 Penilaian |
Pengembang | https://cookbookmanager.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://cookbookmanager.com |
URL Halaman Bantuan | https://cookbookmanager.com |
URL Halaman Kebijakan Privasi | https://www.cookbook.company/policies/privacy |
Bahasa yang Didukung | 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:;" } } |