AZInsight Amazon FBA Product Analytics Tool

AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals

Что такое AZInsight Amazon FBA Product Analytics Tool?

AZInsight Amazon FBA Product Analytics Tool - это расширение Chrome, разработанное https://asinzen.com, и его основная функция - "AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AZInsight Amazon FBA Product Analytics Tool

Скачайте файлы расширений AZInsight Amazon FBA Product Analytics Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Why run multiple extensions when you can consolidate into one? Say goodbye to all those Amazon FBA calculators or product research extensions and say hello to AZInsight! The tool set trusted by 1000's of Amazon Sellers as their goto Amazon Product Research tool.

AZInsight bundled together with ScanEZ the mobile app version is the one stop shop Amazon Product Research tool set for Online Arbitrage, Retail Arbitrage, Private Label or wholesale Amazon sellers. Built from the ground up to help you calculate, analyze & visualize valuable product data all in ONE screen. Save precious time by filtering out products that you are not eligible to sell, are considered hazmat or avoid brands that are prone to file claims against amazon sellers. Great for those who are Revseller or FBA Calculator users.

Features include:
• Hazmat,  seller eligibility and brand IP alerting
• FBA & FBM Amazon referral, fulfillment, storage fee viewer & custom costs
• Sales and Revenue Estimations
• Slow moving product detection, Forecast buy & sell, small & light calculator
• Powerful Variations Viewer and Inventory Stock Checker
• Team friends with multi user sub-accounts 
• Much more... 

What are you waiting for? Start your FREE trial today (no credit card required).

🚩 NEW features added weekly 🚩
☎️ Got Question? Reach us on Live Chat: https://support.asinzen.com
🚀 See What's new: https://help.asinzen.com/whatsnew
📺 Video Tutorial Resource site: https://learn.asinzen.com                    

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

Название AZInsight Amazon FBA Product Analytics Tool AZInsight Amazon FBA Product Analytics Tool
ID gefiflkplklbfkcjjcbobokclopbigfg
Официальный URL https://chromewebstore.google.com/detail/azinsight-amazon-fba-prod/gefiflkplklbfkcjjcbobokclopbigfg
Описание AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals
Размер файла 4.31 MB
Количество установок 46,566
Текущая Версия 3.4.63
Последнее Обновление 2024-02-23
Дата публикации 2020-07-03
Рейтинг 4.89/5 Всего 121 оценок
Разработчик https://asinzen.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://asinzen.com
URL страницы помощи https://support.asinzen.com
URL страницы политики конфиденциальности https://asinzen.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "__MSG_shortName__",
    "version": "3.4.63",
    "description": "__MSG_extDesc__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_authorName__",
    "default_locale": "en",
    "minimum_chrome_version": "100",
    "background": {
        "scripts": [
            "\/js\/libs\/ga.js",
            "\/js\/libs\/rxjs.umd.min.js",
            "\/js\/api\/global.js",
            "\/js\/background.js",
            "\/js\/libs\/qs.js",
            "\/js\/libs\/underscore-min.js",
            "\/js\/libs\/index.js",
            "\/js\/libs\/axios.min.js",
            "\/js\/api\/apiFee.js",
            "\/js\/api\/apiHazmat.js",
            "\/js\/api\/apiCanISell.js",
            "\/js\/api\/miner.js",
            "\/js\/api\/apiSearchProduct.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/16x16-active.png",
            "32": "img\/icons\/32x32-active.png",
            "38": "img\/icons\/38x38-active.png",
            "48": "img\/icons\/48x48-active.png",
            "128": "img\/icons\/128x128-active.png"
        },
        "default-title": "https:\/\/asinzen.com",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content-script.js",
                "\/js\/libs\/ybug.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icons\/16x16-active.png",
        "32": "img\/icons\/32x32-active.png",
        "48": "img\/icons\/48x48-active.png",
        "128": "img\/icons\/128x128-active.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/fast.wistia.com 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "oauth2": {
        "client_id": "1027842929887-utnck6jq9sqp2rjr0j83uiqq6n3df7eg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    }
}