Temu™ image search

A powerful temu product image search tool that supports Google, Bing, Baidu, Yandex, AliExpress and other search methods.

Τι είναι το Temu™ image search;

Το Temu™ image search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον knhcfsg, και η κύρια λειτουργία του είναι "A powerful temu product image search tool that supports Google, Bing, Baidu, Yandex, AliExpress and other search methods.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Temu™ image search

Λήψη αρχείων επέκτασης Temu™ image search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Temu Image Search is a browser extension that lets you search for any temu product image on the web and find similar products across different platforms. You can compare prices, optimize your product details, or discover lower-priced alternatives with ease.

The extension helps sellers and buyers find the best deals and products on the web, and assists in the identification of counterfeit or fraudulent items. Temu Image Search is also popular among designers, helping artists explore how their work is used and shared on the web, while shoppers find it valuable for discovering new styles and trends.

This extension adds three items to the context menu of your browser:
➡️1. Google search
➡️2. Bing search
➡️3. Baidu search
➡️4. Yandex search
➡️5. Aliexpress search

👋 👋 HOW TO USE IT?
Just install it onto your Chrome browser, visit temu.com
——————————————————————————————————
1. When you find the product image you want to search for, right-click to display the context menu.
2. Select a search method and click to trigger to jump.
3. In the newly expanded page, you can find many similar products to temu products. You can optimize your own products or find the lowest-priced products by comparing prices and other elements.
——————————————————————————————————

For more temu products analysis, please check https://thunt.ai                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Temu™ image search Temu™ image search
ID kmhjedddeligclkfcfbghcgngkhokdee
Επίσημο URL https://chromewebstore.google.com/detail/temu-image-search/kmhjedddeligclkfcfbghcgngkhokdee
Περιγραφή A powerful temu product image search tool that supports Google, Bing, Baidu, Yandex, AliExpress and other search methods.
Μέγεθος Αρχείου 721 KB
Αριθμός Εγκαταστάσεων 1,013
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2023-10-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής knhcfsg
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://etsyhunt.com/etsy-extension-privacy
Υποστηριζόμενες Γλώσσες ms,en,fil,sw,ca,da,et,hr,lv,lt,pl,ro,sk,sl,cs,sr,bg,iw,fa,mr,bn,gu,ta,te,kn-IN,ml,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.1",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "zh_CN",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.baidu.com\/"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}