Nut Tree

The fast, fun way to get nuts about brands and products you love.

Nut Tree क्या है?

Nut Tree Nut Tree द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fast, fun way to get nuts about brands and products you love."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With this extension, you’ll be able to access your Nut Tree account, get notified when there are new requests from a Tree, and complete simple actions to help a brand you care about grow online. 

The Nut Tree extension pins to the side of your browser. When Trees you are a member of send new requests, they appear immediately in the Nut Tree extension. You can take action on requests whenever it works for you. Suggest links you see around the web that are relevant. And feel good about helping support an awesome company or organization.

In order to use the Nut Tree extension, you must first be invited to join a Tree. 

Learn more at https://nuttr.ee                    

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

नाम Nut Tree Nut Tree
ID pgkpmmcekebdmjkbbipdceaphngjgjgd
आधिकारिक URL https://chromewebstore.google.com/detail/nut-tree/pgkpmmcekebdmjkbbipdceaphngjgjgd
विवरण The fast, fun way to get nuts about brands and products you love.
फ़ाइल का आकार 7.49 KB
स्थापना संख्या 77
वर्तमान संस्करण 1.4
अंतिम अपडेट 2024-01-04
प्रकाशन तिथि 2023-12-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Nut Tree
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nuttr.ee
गोपनीयता नीति पृष्ठ URL https://nuttr.ee/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhumB9CkUu35DpSffiSZjLwsO9R5EvHvfB8Qlfh5YAFm0Oir9iWefrT0p+1oVmRSaZ+\/q\/NPQruxJKWYUUlCuy9onGCZAilCldAfz5Z70Jmqd9XqFocn1qGlWn4ghDMcQa2Pci68f7ferTlr7yzUCEH+CxbSt5dMMUltfVXVI+WcjhVa7m2MyMq\/k3GNXFsfN8o9MhfnYb58+g4O9MjgXKSJptdfeD4wGKJV4J6rEJDcE+HvxNSj+Gs7qXoWzlXx8J\/TVrM6+TrL3Bb98oKCiBxyv5I3o8omibWi8pmyRxfAZD4SJk9oCGpVnKd9tAL1L4WzGCHgeols5I7omPcTczwIDAQAB",
    "manifest_version": 3,
    "name": "Nut Tree",
    "description": "The fast, fun way to get nuts about brands and products you love.",
    "version": "1.4",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png"
    },
    "action": {
        "default_title": "Launch Nut Tree"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "permissions": [
        "sidePanel",
        "storage",
        "alarms",
        "tabs"
    ],
    "background": {
        "service_worker": ".\/serviceWorker.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self' "
    }
}