CookBook Manager - Recipe Importer

Import recipes to your CookBook Manager App account from Chrome!

CookBook Manager - Recipe Importer란 무엇입니까?

CookBook Manager - Recipe Importer은(는) https://cookbookmanager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import recipes to your CookBook Manager App account from Chrome!"입니다.

확장 프로그램 스크린샷

screenshot

CookBook Manager - Recipe Importer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 CookBook Manager - Recipe Importer CookBook Manager - Recipe Importer
ID pehlnokhmjhnlghjkjbepjimjbcnjnlb
공식 URL https://chromewebstore.google.com/detail/cookbook-manager-recipe-i/pehlnokhmjhnlghjkjbepjimjbcnjnlb
설명 Import recipes to your CookBook Manager App account from Chrome!
파일 크기 1.24 MB
설치 횟수 5,374
현재 버전 2.2.1005
최근 업데이트 2023-09-04
출시 날짜 2021-06-05
평점 4.33/5 총 15 개의 평점
개발자 https://cookbookmanager.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cookbookmanager.com
도움말 페이지 URL https://cookbookmanager.com
개인정보 보호 정책 페이지 URL https://www.cookbook.company/policies/privacy
지원되는 언어 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:;"
    }
}