Qcart

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

O que é Qcart?

Qcart é uma extensão do Chrome desenvolvida por https://qcart.app, e sua principal característica é "Install the Qcart extension to add any recipe to your shopping cart!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Qcart

Baixe arquivos de extensão Qcart no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Qcart Qcart
ID idegodhldoejcbbgcidcgmdclilhjgpk
URL Oficial https://chromewebstore.google.com/detail/qcart/idegodhldoejcbbgcidcgmdclilhjgpk
Descrição Install the Qcart extension to add any recipe to your shopping cart!
Tamanho do Arquivo 143 KB
Contagem de Instalações 39
Versão Atual 23.05.17.13
Última Atualização 2023-05-18
Data de Publicação 2021-09-04
Desenvolvedor https://qcart.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://qcart.app
URL da Página de Ajuda https://www.facebook.com/groups/qcartapp
URL da Página de Política de Privacidade https://comoquiero.net/policy.html
Idiomas Suportados 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"
}