CookBook Manager - Recipe Importer

Import recipes to your CookBook Manager App account from Chrome!

What is CookBook Manager - Recipe Importer?

CookBook Manager - Recipe Importer is a Chrome extension developed by https://cookbookmanager.com, and its main feature is "Import recipes to your CookBook Manager App account from Chrome!".

Extension Screenshots

screenshot

Download CookBook Manager - Recipe Importer Extension CRX File

Download CookBook Manager - Recipe Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name CookBook Manager - Recipe Importer CookBook Manager - Recipe Importer
ID pehlnokhmjhnlghjkjbepjimjbcnjnlb
Official URL https://chromewebstore.google.com/detail/cookbook-manager-recipe-i/pehlnokhmjhnlghjkjbepjimjbcnjnlb
Description Import recipes to your CookBook Manager App account from Chrome!
File Size 1.24 MB
Installation Count 5,374
Current Version 2.2.1005
Last Updated 2023-09-04
Publish Date 2021-06-05
Rating 4.33/5 Total 15 Ratings
Developer https://cookbookmanager.com
Email [email protected]
Payment Type free
Extension Website https://cookbookmanager.com
Help Page URL https://cookbookmanager.com
Privacy Policy Page URL https://www.cookbook.company/policies/privacy
Supported Languages 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:;"
    }
}