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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add time-saving shortcuts and operational features that help you get more done within Amazon Seller Central."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Helium 10 Seller Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}