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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helium10.com และคุณลักษณะหลักของมันคือ "Add time-saving shortcuts and operational features that help you get more done within Amazon Seller Central."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helium 10 Seller Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}