Sourcio - Smarter Selling Starts Here

Revolutionize your wholesale/arbitrage business with our comprehensive product database platform

什麼是Sourcio - Smarter Selling Starts Here?

Sourcio - Smarter Selling Starts Here是由Dilato Technology LTD開發的Chrome擴展程式,該擴展的主要功能是“Revolutionize your wholesale/arbitrage business with our comprehensive product database platform”。

擴展截圖

screenshot

下載Sourcio - Smarter Selling Starts Here擴展crx文件

下載Sourcio - Smarter Selling Starts Here擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Supercharge Your Product Analysis: Discover the Winning Edge with Our Powerful Deal Analyzer Extension

Comprehensive Data Insights:
Our extension taps into vast data repositories, providing you with a wealth of critical information to evaluate potential products. From sales history and market trends to competitor analysis and pricing dynamics, our comprehensive insights empower you to make strategic decisions that set you apart from the competition.

Advanced Performance Metrics:
Gain a deeper understanding of product performance metrics such as sales velocity, demand levels, and customer reviews. Our intuitive dashboard presents you with clear and actionable metrics, enabling you to identify lucrative opportunities and make data-backed choices that fuel your success.

Customizable Filters and Parameters:
Tailor your product analysis to align with your unique business goals and preferences. Set specific filters and parameters based on factors like profit margins, product categories, and sales rankings, allowing you to narrow down your search and focus on products with the highest potential for success.

Key Sections:
Product Information
Estimated Sales
Profit Calculator
Sourcio Deal Score
Seller Data
Stock Levels
Price Graphs
Warnings (IP Risk, Hazmat, Oversized, Variations)
Average Pricing
eBay Data
Auto-scan                    

擴展基本資訊

名稱 Sourcio - Smarter Selling Starts Here Sourcio - Smarter Selling Starts Here
ID haohgangiacmapmlhemnolpaheabnnhd
官方網址 https://chromewebstore.google.com/detail/sourcio-smarter-selling-s/haohgangiacmapmlhemnolpaheabnnhd
簡介 Revolutionize your wholesale/arbitrage business with our comprehensive product database platform
檔案大小 5.47 MB
安裝次數 899
目前版本 2.4.7
更新時間 2024-02-19
上架時間 2023-07-07
評分 4.25/5 共 4 次評分
開發者 Dilato Technology LTD
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sourcio.app/
說明頁面URL https://sourcio.app/
隱私政策頁面URL https://profitl.app/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sourcio - Smarter Selling Starts Here",
    "description": "Revolutionize your wholesale\/arbitrage business with our comprehensive product database platform",
    "version": "2.4.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery.min.js",
                "content.js"
            ],
            "css": [
                "widget-content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "icons": {
            "16": "icons\/sourcioicon16.png",
            "32": "icons\/sourcioicon32.png",
            "48": "icons\/sourcioicon48.png",
            "128": "icons\/sourcioicon128.png"
        }
    },
    "icons": {
        "16": "icons\/sourcioicon16.png",
        "32": "icons\/sourcioicon32.png",
        "48": "icons\/sourcioicon48.png",
        "128": "icons\/sourcioicon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "scripting",
        "offscreen"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "sidepopup-iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/tesco.com\/*",
        "*:\/\/global.direct.asda.com\/*",
        "*:\/\/groceries.morrisons.com\/*",
        "*:\/\/*.waitrose.com\/*",
        "*:\/\/groceries.asda.com\/*",
        "*:\/\/*.ocado.com\/*",
        "*:\/\/*.bargainmax.co.uk\/*",
        "*:\/\/*.whsmith.co.uk\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.scan.co.uk\/*",
        "*:\/\/*.sainsburys.co.uk\/*",
        "*:\/\/*.notino.co.uk\/*",
        "*:\/\/*.argos.co.uk\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.wickes.co.uk\/*",
        "*:\/\/*.ikea.com\/*",
        "*:\/\/*.wayfair.co.uk\/*",
        "*:\/\/*.bmstores.co.uk\/*",
        "*:\/\/*.homebargains.co.uk\/*",
        "*:\/\/*.homebase.co.uk\/*",
        "*:\/\/*.menkind.co.uk\/*",
        "*:\/\/*.playmobil.co.uk\/*",
        "*:\/\/*.toolstation.com\/*",
        "*:\/\/*.smythstoys.com\/*",
        "*:\/\/*.screwfix.com\/*",
        "*:\/\/*.ocado.com\/*",
        "*:\/\/*.popinabox.co.uk\/*",
        "*:\/\/*.petplanet.co.uk\/*",
        "*:\/\/*.boots.com\/*",
        "*:\/\/*.fleurtations.uk.com\/*",
        "*:\/\/*.sportsdirect.com\/*",
        "*:\/\/*.nespresso.com\/*",
        "*:\/\/*.currys.co.uk\/*",
        "*:\/\/*.campingworld.com\/*",
        "*:\/\/*.barnesandnoble.com\/*",
        "*:\/\/*.gamenerdz.com\/*",
        "*:\/\/*.macys.com\/*",
        "*:\/\/*.theworks.co.uk\/*",
        "*:\/\/*.academy.com\/*",
        "*:\/\/*.game.co.uk\/*",
        "*:\/\/*.target.com\/*",
        "*:\/\/*.gamenerdz.com\/*",
        "*:\/\/*.bestbuy.com\/*",
        "*:\/\/*.smiggle.co.uk\/*",
        "*:\/\/*.newwholesaletool.co.uk\/*"
    ]
}