Qcart
Install the Qcart extension to add any recipe to your shopping cart!
Apa itu Qcart?
Qcart adalah ekstensi Chrome yang dikembangkan oleh https://qcart.app, dan fitur utamanya adalah "Install the Qcart extension to add any recipe to your shopping cart!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Qcart
Unduh file ekstensi Qcart dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Qcart |
ID | idegodhldoejcbbgcidcgmdclilhjgpk |
URL Resmi | https://chromewebstore.google.com/detail/qcart/idegodhldoejcbbgcidcgmdclilhjgpk |
Deskripsi | Install the Qcart extension to add any recipe to your shopping cart! |
Ukuran File | 143 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 23.05.17.13 |
Terakhir Diperbarui | 2023-05-18 |
Tanggal Publikasi | 2021-09-04 |
Pengembang | https://qcart.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://qcart.app |
URL Halaman Bantuan | https://www.facebook.com/groups/qcartapp |
URL Halaman Kebijakan Privasi | https://comoquiero.net/policy.html |
Bahasa yang Didukung | 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" } |