ProductShark by Xidras.io

The ultimate Product Supplier Research Tool

ProductShark by Xidras.ioคืออะไร?

ProductShark by Xidras.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xidras GmbH และคุณลักษณะหลักของมันคือ "The ultimate Product Supplier Research Tool"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProductShark by Xidras.io

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

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

                        ProductShark - Product Supplier Research Tool

Find Products fast & easy and optimize your suppliers right now!

With ProductShark you'll find any product you would like to sell including the right supplier and dropship it without any hassle.


You Found a great Product on the internet and would like to sell it too?

Search for any product image with ProductShark App or ProductShark Chrome Extension and within a moment we'll tell you if you can ship it and provide you with the potential suppliers.


Find suppliers for trending and top selling Products extremely fast

Collect any product idea you would like to sell. Spy on your competitors products and optimize your suppliers for your business without any hassle.


Optimize your existing product suppliers pricing

Optimize your product costs by finding others suppliers for the same or a similar product easily with ProductShark.


Compare products of suppliers super easy and optimize your costs

Review all results within seconds and decide for a better option and save money without hours of work.


Optimize your shipping costs, customer satisfaction and your profits the same time

Same product, better shipping costs from different suppliers will result in a higher customer satisfaction and higher profit margins and ROI for your store.

Easy to use within our app or Google Chrome Extension

A few clicks within our app or 1 click with the ProductShark Google Chrome extension can make all the difference in your profit and revenue growth.


Get ProductShark Now

Stop wasting money and time and start to optimize your product catalog, find great new top sellers easily and optimize them over time by finding new products other suppliers and better shipping options to make your customers happy and come back again and again.                    

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

ชื่อ ProductShark by Xidras.io ProductShark by Xidras.io
ID jpmapkbgnhhbdheapkpfnfbgjekmekkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/productshark-by-xidrasio/jpmapkbgnhhbdheapkpfnfbgjekmekkp
คำอธิบาย The ultimate Product Supplier Research Tool
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-04-30
วันที่เผยแพร่ 2022-02-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Xidras GmbH
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xidras.io/services/ProductShark
URL หน้าช่วยเหลือ https://www.xidras.io/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.xidras.io/privacy
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": {
        "name": "Xidras GmbH",
        "email": "[email protected]",
        "website": "https:\/\/xidras.io"
    },
    "version": "1.1",
    "manifest_version": 3,
    "default_locale": "de",
    "homepage_url": "https:\/\/productshark.xidras.io\/",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "notifications",
        "tabs"
    ],
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                ".\/src\/contentscripts\/contentscript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/productshark.xidras.io\/*",
                "*:\/\/*.xidras.io\/*"
            ],
            "js": [
                ".\/src\/contentscripts\/auth-pixel.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": ".\/public\/icon.png",
        "32": ".\/public\/icon.png",
        "48": ".\/public\/icon.png",
        "128": ".\/public\/icon.png"
    }
}