StreetPricer

Amazon, eBay, and eCommerce Platform Repricer Tool

StreetPricer란 무엇입니까?

StreetPricer은(는) https://streetpricer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon, eBay, and eCommerce Platform Repricer Tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

StreetPricer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a Chrome extension for StreetPricer, a repricer for Amazon, eBay, and eCommerce Platform. This extension is currently ONLY for our eBay users. 

Extra info about StreetPricer:
StreetPricer is the fastest and smartest repricing solution for sellers to boost sales & maximise profits. We are an established leader in the eBay repricing market, offering matured and well-recognised services to eBay sellers. As for Amazon sellers, we guarantee to win more BuyBoxes than all other brands with our innovative AI and API technology. We are also the only repricer that offers a multi-fulfilment logic model for sellers using both FBA and FBM. 

This Chrome extension:
☑️ Connects StreetPricer to marketplaces and eCommerce platforms.
☑️ Overlays sales and pricing data at item level, like a heads-up display!
☑️ Works on all StreetPricer’s plans.

Why use this Chrome extension:
☑️ Makes your pricing reviews and updates’ process easier.
☑️ Saves time and increases productivity. No need to toggle back and forth to see pricing data.

*It will automatically update to the latest version once installed.                    

확장 프로그램 기본 정보

이름 StreetPricer StreetPricer
ID cbjdbpjfcoembjpkambimciogpbpchaa
공식 URL https://chromewebstore.google.com/detail/streetpricer/cbjdbpjfcoembjpkambimciogpbpchaa
설명 Amazon, eBay, and eCommerce Platform Repricer Tool
파일 크기 5.57 MB
설치 횟수 542
현재 버전 2.56
최근 업데이트 2024-01-04
출시 날짜 2020-11-16
평점 5.00/5 총 2 개의 평점
개발자 https://streetpricer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://streetpricer.com/
도움말 페이지 URL https://streetpricer.zendesk.com/hc/en-us/requests/new
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/36849059
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StreetPricer",
    "short_name": "SP Extensions",
    "homepage_url": "https:\/\/streetpricer.com",
    "description": "Amazon, eBay, and eCommerce Platform Repricer Tool",
    "version": "2.56",
    "permissions": [
        "background"
    ],
    "icons": {
        "16": "img\/sp_16.png",
        "32": "img\/sp_32.png",
        "48": "img\/sp_48.png",
        "128": "img\/sp_128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.2.4.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": "img\/sp_48_off.png"
    },
    "web_accessible_resources": [
        "js\/*.js.map",
        "img\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.neto.com.au\/*",
                "*:\/\/*\/_cpanel\/products*",
                "*:\/\/*\/_cpanel\/sales-orders",
                "*:\/\/*\/_cpanel\/order"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/neto.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.streetpricer.com\/webApp\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/sp-ext.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.co.uk\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/ebay.js",
                "js\/highcharts-8.2.2.js",
                "js\/highcharts-axis-arrow-1.7.8.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.shipstation.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/shipstation.js",
                "js\/highcharts-8.2.2.js",
                "js\/highcharts-axis-arrow-1.7.8.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.webinterpret.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/webinterpret.js",
                "js\/highcharts-8.2.2.js",
                "js\/highcharts-axis-arrow-1.7.8.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.suredone.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/suredone.js",
                "js\/highcharts-8.2.2.js",
                "js\/highcharts-axis-arrow-1.7.8.js",
                "js\/common.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.storeautomator.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/storeautomator.js",
                "js\/common.js",
                "js\/highcharts-8.2.2.js",
                "js\/highcharts-axis-arrow-1.7.8.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/*.listingmirror.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/listingmirror.js",
                "js\/common.js",
                "js\/highcharts-8.2.2.js",
                "js\/highcharts-axis-arrow-1.7.8.js"
            ]
        }
    ]
}