Findcheap

Save an insane amount of money shopping online with Generative AI.

Findcheap là gì?

Findcheap là một tiện ích mở rộng Chrome được phát triển bởi https://findcheap.ai, và tính năng chính của nó là "Save an insane amount of money shopping online with Generative AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Findcheap

Tải xuống các tệp mở rộng Findcheap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Findcheap is a ChatGPT-powered Chrome extension that detects dropshipped products and finds their original source, so that you never overpay again. When you click on the extension icon, the AI analyzes the text and images on the product page, and searches the web to find out where you can get it for a much lower price.

What is Reverse Dropshipping?

Dropshipping is when a seller finds a cheap product on a site like Aliexpress, and re-lists it on a site like Amazon for a much higher price. When you buy the product on Amazon, the seller simply buys it from Aliexpress, and ships it straight to you. Essentially, they’re profiting from your lack of information. This extension uses Generative AI to break down the product page and finds the original source, so that you never overpay again.

If it is a brand name product, the extension will tell you that it is unlikely to be dropshipped, and show you cheap alternatives.

Which platforms are supported?

The extension currently works on Amazon, eBay, and Etsy. More sites coming soon!

Can I request a feature?

Absolutely! Let us know here: https://typically.ai/contact/


Release notes:

🌎 Global Support -- You can now use Findcheap from anywhere in the world!

⚡️ Faster Speed -- Run times are now faster and more consistent.

🎯 Higher Accuracy -- As Generative AI technology advances, we're constantly improving the algorithm to help you find what you need.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Findcheap Findcheap
ID pobingkblchehgpekbamnokiejaibeed
URL Chính Thức https://chromewebstore.google.com/detail/findcheap/pobingkblchehgpekbamnokiejaibeed
Mô tả Save an insane amount of money shopping online with Generative AI.
Kích Thước Tệp 1.51 MB
Số Lần Cài Đặt 730
Phiên Bản Hiện Tại 0.0.1.1
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2023-10-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://findcheap.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://typically.ai/
URL Trang Trợ Giúp https://typically.ai/contact/
URL Trang Chính Sách Bảo Mật https://typically.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Findcheap",
    "description": "Save an insane amount of money shopping online with Generative AI.",
    "version": "0.0.1.1",
    "icons": {
        "16": "resources\/icons\/icon16.png",
        "48": "resources\/icons\/icon48.png",
        "128": "resources\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "resources\/icons\/icon16.png",
            "48": "resources\/icons\/icon48.png",
            "128": "resources\/icons\/icon128.png"
        }
    },
    "side_panel": {
        "default_path": ".\/html\/sidepanel.html"
    },
    "background": {
        "service_worker": ".\/transpiled\/final-background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                ".\/transpiled\/final-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "sidePanel"
    ]
}