Verdoo

Plant tree by shopping as usual at your favorite shopping site online.

Verdoo क्या है?

Verdoo https://verdoo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plant tree by shopping as usual at your favorite shopping site online."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Verdoo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Verdoo will help you become carbon neutral for free, while finding great discounts for +1000 stores.
Now you can:
- Have coupon codes applied automatically at the checkout page with one click
- Plant trees every time you make an online purchase to offset the CO2 emissions of shipping and products in your cart

The extension is integrated with +10000 online shops, and a notification will appear at checkout if we found a suitable promo code for the products you have added. If you don't see anything, it simply means that we couldn't find relevant discounts for the products in your shopping cart.

How it works:
- Click 'Add to Chrome' to install the extension
- Shop online like you normally do
- At check-out, Verdoo will apply the promo code and show how many trees we can plant to offset your purchase - it's that easy to make a difference!
- After the transaction is confirmed, we will work with our trusted partner and update your account when the trees have been planted.

We spent a lot of time developing this extension and hope you find it useful and join us in fighting climate change. #wehavenotime #stopglobalwarming

We'll be adding more features soon. Please send us feedback to [email protected].

Let's make a difference and save the planet together!                    

एक्सटेंशन की मूल जानकारी

नाम Verdoo Verdoo
ID jgjnbideocpemkiobfjejmknpfbdklle
आधिकारिक URL https://chromewebstore.google.com/detail/verdoo/jgjnbideocpemkiobfjejmknpfbdklle
विवरण Plant tree by shopping as usual at your favorite shopping site online.
फ़ाइल का आकार 557 KB
स्थापना संख्या 69
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2021-11-26
प्रकाशन तिथि 2020-11-03
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर https://verdoo.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.verdoo.com
सहायता पृष्ठ URL https://www.verdoo.com
गोपनीयता नीति पृष्ठ URL https://www.verdoo.com/en/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Verdoo",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Plant tree by shopping as usual at your favorite shopping site online.",
    "homepage_url": "https:\/\/www.verdoo.com",
    "icons": {
        "16": "icons\/store_icon_16.png",
        "48": "icons\/store_icon_48.png",
        "128": "icons\/store_icon_128.png",
        "512": "icons\/store_icon_512.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/init.js",
            "src\/bg\/reload.js",
            "src\/bg\/bg_support_functions.js",
            "src\/config.js",
            "src\/commonJS\/dataProvider.js",
            "src\/commonJS\/apiService.js",
            "lib\/i18\/i18next.min.js",
            "src\/commonJS\/utils_global.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/store_icon_19.png",
        "default_title": "Verdoo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/config.js",
                "lib\/i18\/i18next.min.js",
                "src\/commonJS\/utils_global.js",
                "src\/contentScripts\/temp_coupons.js",
                "src\/contentScripts\/inject_events.js",
                "lib\/jquery\/jquery.min.js",
                "lib\/mustache\/mustache.min.js",
                "src\/contentScripts\/get_token.js",
                "src\/contentScripts\/inject_activate_cashback.js",
                "src\/contentScripts\/inject_apply_coupons.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "cookies",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/partials\/*.*",
        ".\/resources\/*",
        ".\/resources\/*\/*",
        "src\/contentScripts\/*.*",
        "src\/commonJS\/utils_global.js"
    ],
    "content_security_policy": "object-src 'self' 'unsafe-eval'; script-src 'self' 'unsafe-eval';"
}