Shine Commerce

Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.

Shine Commerceとは何ですか?

Shine Commerceはhttps://shinecommerce.comによって開発されたChromeの拡張機能で、その主な機能は「Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Shine Commerce拡張機能のCRXファイルをダウンロード

Shine Commerce拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shine Commerce uncovers the hidden gems of any e-commerce store you visit. Stay ahead of the competition with unparalleled insights about product and industry trends.

The Shine Commerce Chrome Extension (formally known as Commerce Inspector) will “light up” when it detects a Shine compatible store. Click on the icon to reveal sales, product, traffic, and competitor insights as you browse.

Key Features:
- Reveal shop and product level revenue and units sold, by date.
- Analyze revenue trends over time, identifying growth opportunities and areas for improvement
- Access shop ad campaigns, including recently launched and ongoing Facebook ads, for inspiration in your ad campaigns
- Discover related shops to expand your network and learn from their strategies
- Follow shops to stay updated on their activities, launches, and promotions
- Delve into product insights, including recently launched products, sales velocity, and pricing details

For more information, visit https://www.shinecommerce.com/

Privacy Policy: https://www.shinecommerce.com/privacy
Terms of Service: https://www.shinecommerce.com/terms                    

拡張機能の基本情報

名前 Shine Commerce Shine Commerce
ID kefmekfmfacbdefimlancoccpocmgmpb
公式URL https://chromewebstore.google.com/detail/shine-commerce/kefmekfmfacbdefimlancoccpocmgmpb
説明 Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.
ファイルサイズ 120 KB
インストール数 222,382
現在のバージョン 2.2.1
最終更新日 2023-10-04
公開日 2020-03-08
評価 2.69/5 合計 200 レビュー
開発者 https://shinecommerce.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.shinecommerce.com/?utm_source=chrome_web_store&utm_medium=chrome&utm_campaign=chrome_listing
ヘルプページのURL https://help.shinecommerce.com/
プライバシーポリシーページのURL https://shinecommerce.com/policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shine Commerce",
    "description": "Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.",
    "version": "2.2.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16_inactive.png",
            "32": "\/images\/icon32_inactive.png",
            "48": "\/images\/icon48_inactive.png",
            "128": "\/images\/icon128_inactive.png"
        }
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/content_request.js"
            ],
            "css": [
                "styles\/extension.css"
            ]
        }
    ],
    "incognito": "not_allowed",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.shinecommerce.com\/*",
            "*:\/\/*.shinecommerce.dev\/*",
            "https:\/\/local.shinecommerce.dev:8443\/*"
        ],
        "accepts_tls_channel_id": true
    }
}