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
官方URL 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\/*"
    ]
}