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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}