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

Co to jest AZInsight Amazon FBA Product Analytics Tool?

AZInsight Amazon FBA Product Analytics Tool to rozszerzenie Chrome opracowane przez https://asinzen.com, a jego główną funkcją jest „AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AZInsight Amazon FBA Product Analytics Tool

Pobierz pliki rozszerzeń AZInsight Amazon FBA Product Analytics Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AZInsight Amazon FBA Product Analytics Tool AZInsight Amazon FBA Product Analytics Tool
ID gefiflkplklbfkcjjcbobokclopbigfg
Oficjalny URL https://chromewebstore.google.com/detail/azinsight-amazon-fba-prod/gefiflkplklbfkcjjcbobokclopbigfg
Opis AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals
Rozmiar pliku 4.31 MB
Liczba instalacji 46,566
Aktualna Wersja 3.4.63
Ostatnia Aktualizacja 2024-02-23
Data Publikacji 2020-07-03
Ocena 4.89/5 Łącznie 121 Oceny
Deweloper https://asinzen.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://asinzen.com
Adres URL Strony Pomocy https://support.asinzen.com
Adres URL Strony Polityki Prywatności https://asinzen.com/privacy-policy
Obsługiwane Języki 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"
        ]
    }
}