Supplier Image Search by SimplyTrends.co

Reverse image search on all popular dropshipping supplier platforms.

Supplier Image Search by SimplyTrends.coคืออะไร?

Supplier Image Search by SimplyTrends.co เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simplytrends.co และคุณลักษณะหลักของมันคือ "Reverse image search on all popular dropshipping supplier platforms."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Supplier Image Search by SimplyTrends.co

ดาวน์โหลดไฟล์ส่วนขยาย Supplier Image Search by SimplyTrends.co ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Supplier Image Search — Right click an image to find its reliable direct-from-manufacturer suppliers across various platforms instantly  (Including the new rising star Temu.com). 

Everything in this Chrome extension is FREE, proudly presented by SimplyTrends. 

🎉 Included Dropshipping Supplier Platforms
✔️ Temu
✔️ AliExpress
✔️ CJDropshipping
✔️ Alibaba

💡 How To Use
1. Right click any image on any website.
2. Choose "Find suppliers with this image".
2. You'll get image search results from all popular suppliers in seconds, all in one place.
(Yes, it is really that easy!)

💯 Why Supplier Image Search
✨ Search ANY image on ANY website.
✨ ALL popular dropshipping suppliers, in one place.
✨ Powerful filters : Orders, Price, Customer Ratings.
✨ Handy sorting: Price, Orders.

☝️ One More Way To Use Supplier Image Search
Launch the Chrome extension on any web page, and choose the image of your interest to find suppliers with one click.

✉️ Got a Question?
We are always here to help, simply reach out to us at [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Supplier Image Search by SimplyTrends.co Supplier Image Search by SimplyTrends.co
ID gobobcmbjabmbininglkibocapocnade
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/supplier-image-search-by/gobobcmbjabmbininglkibocapocnade
คำอธิบาย Reverse image search on all popular dropshipping supplier platforms.
ขนาดไฟล์ 538 KB
จำนวนการติดตั้ง 444
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2023-01-03
วันที่เผยแพร่ 2022-09-25
ผู้พัฒนา https://simplytrends.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.simplytrends.co
URL หน้านโยบายความเป็นส่วนตัว https://www.simplytrends.co/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "SupplierFinder",
    "name": "Supplier Image Search by SimplyTrends.co",
    "description": "Reverse image search on all popular dropshipping supplier platforms.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": [],
    "permissions": [
        "contextMenus",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "management"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.simplytrends.co\/crx\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "simplytrends.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "simplytrends.js",
                "entry.js",
                "windowscript.js",
                "contentscript.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}