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은(는) https://asinzen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AZInsight, the ultimate Amazon Product Research tool allowing Amazon Sellers to stay on top of the game by analyzing deals"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AZInsight Amazon FBA Product Analytics Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}