Qcart

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

Qcart क्या है?

Qcart https://qcart.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install the Qcart extension to add any recipe to your shopping cart!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Qcart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}