Cultivate: Amazon Product Origin & Comparison

Detects product's country of origin on Amazon & compares prices across 10,000+ US stores for max savings

Cultivate: Amazon Product Origin & Comparison क्या है?

Cultivate: Amazon Product Origin & Comparison https://wecultivate.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects product's country of origin on Amazon & compares prices across 10,000+ US stores for max savings"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Discover the real roots of your online purchases with Cultivate, the definitive country of origin detector for Amazon products. At a glance, gain insights into where your desired items come from, empowering you to make informed shopping decisions. But Cultivate offers more than just origin details. As you browse Amazon, our tool tirelessly scans over 10,000 US stores, including giants like Walmart, Target, and Wayfair, seeking out the best price matches or even better deals for similar items.

The power of knowledge doesn't stop at price comparison. Cultivate proudly boasts a 50% success rate in finding superior prices, rewarding you with enticing cash back offers from our expansive list of partnered merchants. Ready to enjoy your savings? Seamlessly cash out directly to your bank. Cultivate is the next revolution in savvy online shopping.                    

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

नाम Cultivate: Amazon Product Origin & Comparison Cultivate: Amazon Product Origin & Comparison
ID pfldomphmndnmmhhlbekfbafifkkpnbc
आधिकारिक URL https://chromewebstore.google.com/detail/cultivate-amazon-product/pfldomphmndnmmhhlbekfbafifkkpnbc
विवरण Detects product's country of origin on Amazon & compares prices across 10,000+ US stores for max savings
फ़ाइल का आकार 1.55 MB
स्थापना संख्या 55,696
वर्तमान संस्करण 1.0.43660
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2020-07-03
रेटिंग 3.75/5 कुल 146 रेटिंग्स
डेवलपर https://wecultivate.us
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.wecultivate.us/
सहायता पृष्ठ URL https://www.wecultivate.us/privacy-faq/#FAQ
गोपनीयता नीति पृष्ठ URL https://www.wecultivate.us/privacy-faq
समर्थित भाषाएँ en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/browser-action-inactive-16.png",
            "32": "assets\/browser-action-inactive-32.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_cultivate_description__",
    "icons": {
        "128": "assets\/favicon-192.png"
    },
    "name": "__MSG_cultivate_name__",
    "short_name": "__MSG_cultivate_short_name__",
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/e-commerce.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.wecultivate.us\/*"
            ],
            "js": [
                "content-scripts\/cultivate.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "chunks\/*",
                "css\/*",
                "images\/*",
                "init.js",
                "google\/google-snippet-icon.svg",
                "lib\/*",
                "overlay\/overlay-window.css",
                "overlay\/overlay-window.html",
                "overlay\/overlay-window.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ],
    "version": "1.0.43660",
    "manifest_version": 3
}