Helium 10 Seller Assistant

Add time-saving shortcuts and operational features that help you get more done within Amazon Seller Central.

Helium 10 Seller Assistant란 무엇입니까?

Helium 10 Seller Assistant은(는) https://helium10.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add time-saving shortcuts and operational features that help you get more done within Amazon Seller Central."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Helium 10 Seller Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Meet your personal operations assistant to help you run your business on Amazon–Seller Assistant by Helium 10. Add time-saving shortcuts and operational features that help you get more done within Seller Central. 
 
CURRENT TOOLS
 
Request a Review
Request a Review is a simple, one-click solution to bulk request product reviews from your customers. 
 
Benefits:
Save time by sending individual or bulk product review requests 
Boost your product rating and reviews
Make your listing(s) more competitive 
 
More helpful features are on the way. 
 
SUPPORTED MARKETPLACES
 
Request a Review is currently only available in Amazon U.S. But it is coming soon to Amazon Mexico, Canada, UK, France, Spain, Germany, and Italy.
 
ADDITIONAL INFORMATION
 
For more must-have solutions for your Amazon business, visit our homepage at → https://www.helium10.com/ to get everything you need to build, manage, and grow your business on Amazon.                    

확장 프로그램 기본 정보

이름 Helium 10 Seller Assistant Helium 10 Seller Assistant
ID cpknagcmpelnmgoclahmkmnlokbibhga
공식 URL https://chromewebstore.google.com/detail/helium-10-seller-assistan/cpknagcmpelnmgoclahmkmnlokbibhga
설명 Add time-saving shortcuts and operational features that help you get more done within Amazon Seller Central.
파일 크기 262 KB
설치 횟수 27,248
현재 버전 1.0.37
최근 업데이트 2023-01-12
출시 날짜 2020-06-18
평점 3.50/5 총 24 개의 평점
개발자 https://helium10.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://helium10.com
도움말 페이지 URL https://helium10.com/support
개인정보 보호 정책 페이지 URL https://www.helium10.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Helium 10 Seller Assistant",
    "version": "1.0.37",
    "version_name": "1.0.37",
    "description": "Add time-saving shortcuts and operational features that help you get more done within Amazon Seller Central.",
    "author": "Helium10 ",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "background",
        "storage",
        "unlimitedStorage",
        "tabs",
        "*:\/\/members.helium10.com\/*"
    ],
    "optional_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.com.au\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/members.helium10.com\/*"
        ]
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Helium 10 Seller Assistant",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "vendor.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "fonts\/*"
    ]
}