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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}