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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shinecommerce.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shine Commerce

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}