Qcart
Install the Qcart extension to add any recipe to your shopping cart!
Cos'è Qcart?
Qcart è un'estensione di Chrome sviluppata da https://qcart.app, e la sua funzione principale è "Install the Qcart extension to add any recipe to your shopping cart!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Qcart
Scarica i file di estensione Qcart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Qcart |
ID | idegodhldoejcbbgcidcgmdclilhjgpk |
URL Ufficiale | https://chromewebstore.google.com/detail/qcart/idegodhldoejcbbgcidcgmdclilhjgpk |
Descrizione | Install the Qcart extension to add any recipe to your shopping cart! |
Dimensione del File | 143 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 23.05.17.13 |
Ultimo Aggiornamento | 2023-05-18 |
Data di Pubblicazione | 2021-09-04 |
Sviluppatore | https://qcart.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://qcart.app |
URL della Pagina di Aiuto | https://www.facebook.com/groups/qcartapp |
URL della Pagina della Politica sulla Privacy | https://comoquiero.net/policy.html |
Lingue Supportate | 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" } |