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
电子邮箱 [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\/*"
    ]
}