AVA (Every Amazon Seller's Virtual Assistant)

AVA helps automate Amazon Seller workflows & maximize productivity. Faster listing & labeling + business insights in Seller Central!

Что такое AVA (Every Amazon Seller's Virtual Assistant)?

AVA (Every Amazon Seller's Virtual Assistant) - это расширение Chrome, разработанное http://amzva.com, и его основная функция - "AVA helps automate Amazon Seller workflows & maximize productivity. Faster listing & labeling + business insights in Seller Central!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AVA (Every Amazon Seller's Virtual Assistant)

Скачайте файлы расширений AVA (Every Amazon Seller's Virtual Assistant) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Sellers : FBA & MF Sellers

AVA LITE  : Free always features
AVA BASIC : Free Trial (see our website) then < $10 / month for extra features

( AVA PREMIUM & CONSULTANT Plans Also Available )

Marketplaces : North America (United States, Canada, Mexico), Europe (United Kingdom, France, Germany, Italy, Spain), Asia (China, India, Japan)

Domains : .ca, .cn, .co.jp, .co.uk, .com, .com.mx, .de, .es, .fr, .in, .it


--- AVA LITE ( FREE ) ---

Sourcing tools, competitive research, and productivity shortcuts on Amazon websites and in Seller Central.

1. Search Tools where you need them!
   - Amazon -> Product Page
   - Seller Central -> Inventory
   - Seller Central -> Add Products
   - Seller Central -> Add Offer

2. Smart calculator links!
   - Amazon -> Product Page
   - Amazon -> Product Offers Page
   - Seller Central -> Inventory
   - Seller Central -> Add Offer

3. Easy access Product Insight box on every Product Page!
   - Search Tools
   - Approval Rating
   - SEO Spy Tools
   - Offer Links
   - Sales Ranks
   - Product Details with easy Copy to Clipboard!

4. Keyword Spy : See the Top 3 SEO Keywords on every Product Page!

5. Description Spy : See an SEO description snippet in one click!

BETA : See the main Category Tier (Top 1%, 3%, etc) on every product page in the US, UK, and CA!


--- AVA BASIC, PREMIUM, CONSULTANT ---

Speeds up listing, labeling, and business decisions in Seller Central. Don't waste time on tedious tasks!

Upgraded features...

1. Keyword Spy : More than 3 Keywords shown on Product Pages + Search Tools for each keyword!
2. Description Spy : See the full SEO description in one click!
3. Smart calculator links for Low Price offers on Inventory pages

Here's what the streamlined listing workflow looks like:

1. Scan your UPC on the Add Product page (single product result gets auto opened)
2. Enter a Shipping Plan ID using our Batch feature and any items Sent will automatically be added to the Shipping Plan!

Here's how AVA speeds up labeling:

1. Easy access to FBA label printing from any Inventory page or Inbound Shipping page
2. Print single SKU runs at will... no more wasted labels on 30 up sheets
3. Continuous scan (UPC) mode for labeling multiple products quickly from the Scan & Label page
4. Works with any label printer that works with Scan & Label!

In addition to faster listing and labeling, AVA provides business insights.

1. Referral & FBA fees at a glance in an easier to read format
2. Net Revenue including "match price" forecasting (before COGS)
3. Loss Prevention by surfacing negative cash flow pricing
4. Category Tiering (Top 1%, 3%, etc) in the US, UK, and CA!
5. Handy research links such as Google, Walmart, and Reverse Image Search

As you can see, AVA offers quite the suite of tools for an affordable price!

Great for Retail Arbitrage Sellers, FBA Tools, Profit Calculator, Selling and Sourcing, Private Label, Flipping and Thrifting.

Copyright (c) 2017 - 2020 AMZVA.com
All Rights Reserved

( Not affiliated with
  or endorsed by Amazon, Inc )


(2020-08-17 / 1.6.1)                    

Основная информация о расширении

Название AVA (Every Amazon Seller's Virtual Assistant) AVA (Every Amazon Seller's Virtual Assistant)
ID geockglncnddpcfonoilkfddaddknjnp
Официальный URL https://chrome.google.com/webstore/detail/ava-every-amazon-sellers/geockglncnddpcfonoilkfddaddknjnp
Описание AVA helps automate Amazon Seller workflows & maximize productivity. Faster listing & labeling + business insights in Seller Central!
Размер файла 76.94 KB
Количество установок 1,547
Текущая Версия 1.6.1
Последнее Обновление 2020-08-17
Дата публикации 2019-02-27
Рейтинг 4.17/5 Всего 6 оценок
Разработчик http://amzva.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://amzva.com/?utm_source=Chrome&utm_medium=Web%20Store&utm_campaign=Funnel&utm_content=Website
URL страницы помощи https://amzva.com/?utm_source=Chrome&utm_medium=Web%20Store&utm_campaign=Funnel&utm_content=Support#faq
URL страницы политики конфиденциальности https://amzva.com/privacy-policy?utm_source=Chrome&utm_medium=Web%20Store&utm_campaign=Funnel&utm_content=Privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "AVA (AMZVA.com)",
    "name": "AVA (Every Amazon Seller's Virtual Assistant)",
    "version": "1.6.1",
    "description": "AVA helps automate Amazon Seller workflows & maximize productivity. Faster listing & labeling + business insights in Seller Central!",
    "homepage_url": "https:\/\/amzva.com\/?utm_source=Chrome&utm_medium=Extensions&utm_campaign=Funnel&utm_content=Website",
    "icons": {
        "128": "logo-128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jet.js",
                "jquery.min.js",
                "data.js",
                "utility.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.it\/*"
            ]
        }
    ]
}