Qcart

Install the Qcart extension to add any recipe to your shopping cart!

Qcart란 무엇입니까?

Qcart은(는) https://qcart.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install the Qcart extension to add any recipe to your shopping cart!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Qcart 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this extension you can transform any recipe on the web into ingredients and add it to the supermarket shopping cart.
You can add several recipes and the amounts of the ingredients will be consolidated automatically.                    

확장 프로그램 기본 정보

이름 Qcart Qcart
ID idegodhldoejcbbgcidcgmdclilhjgpk
공식 URL https://chromewebstore.google.com/detail/qcart/idegodhldoejcbbgcidcgmdclilhjgpk
설명 Install the Qcart extension to add any recipe to your shopping cart!
파일 크기 143 KB
설치 횟수 39
현재 버전 23.05.17.13
최근 업데이트 2023-05-18
출시 날짜 2021-09-04
개발자 https://qcart.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://qcart.app
도움말 페이지 URL https://www.facebook.com/groups/qcartapp
개인정보 보호 정책 페이지 URL https://comoquiero.net/policy.html
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "23.05.17.13",
    "name": "Qcart",
    "default_locale": "es",
    "description": "__MSG_manifestDescription__",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "1024": "images\/icon_1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_scripts\/btn.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "btn.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/comoquiero.net\/*",
            "*:\/\/*.comoquiero.net\/*",
            "*:\/\/comoquiero.cl\/*",
            "*:\/\/*.comoquiero.cl\/*",
            "*:\/\/comoquiero.abc\/*",
            "*:\/\/*.comoquiero.abc\/*",
            "*:\/\/qcart.app\/*",
            "*:\/\/*.qcart.app\/*",
            "*:\/\/qcart.abc\/*",
            "*:\/\/*.qcart.abc\/*"
        ]
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1iOw+nrmNeipt18CBqsM1X6KRExeFLJygCbrFrQZYtDceE3MxG96oumTVuV+hZlHDRUnk33Aj3YzKTyRnMUCix81HuvdeVx6np+lhO37vz7NnyqFBUAetB3CeJaYswU9hztzDfHGpQDugEpZdwHz5EynxheNale70jW+i0KKS6LkUW7HNNxWJyJ\/bBMGeUS8sHJnKPeOzeDoUTguhSJ959BGRdL+KkQAcdnUqNXBFTtHwcZDgyPAOe539rJQ0AKAprAI8rZqti0TCpt66S\/qdFbSQAhrBHOqPzbED2fCBMN0k\/XiWtxbshS\/QXvalp\/t6A99G6yYfO0LOyHVm14pLwIDAQAB"
}