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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Cultivate: Amazon Product Origin & Comparison 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}