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

Was ist AZInsight Amazon FBA Product Analytics Tool?

AZInsight Amazon FBA Product Analytics Tool ist eine Chrome-Erweiterung, die von https://asinzen.com entwickelt wurde, und ihr Hauptmerkmal ist "AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

AZInsight Amazon FBA Product Analytics Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie AZInsight Amazon FBA Product Analytics Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AZInsight Amazon FBA Product Analytics Tool AZInsight Amazon FBA Product Analytics Tool
ID gefiflkplklbfkcjjcbobokclopbigfg
Offizielle URL https://chromewebstore.google.com/detail/azinsight-amazon-fba-prod/gefiflkplklbfkcjjcbobokclopbigfg
Beschreibung AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals
Dateigröße 4.31 MB
Installationsanzahl 46,566
Aktuelle Version 3.4.63
Letztes Update 2024-02-23
Veröffentlichungsdatum 2020-07-03
Bewertung 4.89/5 Insgesamt 121 Bewertungen
Entwickler https://asinzen.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://asinzen.com
Hilfeseite URL https://support.asinzen.com
URL der Datenschutzrichtlinien-Seite https://asinzen.com/privacy-policy
Unterstützte Sprachen 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"
        ]
    }
}