Amazon Quick View by AMZScout

See Margin, BSR, ASIN, Size, etc. on an Amazon search page! All crucial data available right as you search for or browse products.

什麼是Amazon Quick View by AMZScout?

Amazon Quick View by AMZScout是由https://amzscout.net開發的Chrome擴展程式,該擴展的主要功能是“See Margin, BSR, ASIN, Size, etc. on an Amazon search page! All crucial data available right as you search for or browse products.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Amazon Quick View by AMZScout擴展crx文件

下載Amazon Quick View by AMZScout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With Quick View Extension by AMZScout, you can easily compare the products right on the Amazon pages. You now can choose the best item to sell with all the data right in front of you. There is no need to pull up extensions anymore. Simply type in a niche and enjoy viewing the full information.



Quick View will show you:
+ BSR and its history
+ Price history
+ The best Keywords
+ Which sellers sell the product
- FBA (and their number)
- FBM (and their number)
- Amazon itself sells it
- Amazon Warehouse deals
+ The product’s FBA fees
+ The date it became available
+ Profit margin
+ Listing quality
+ ASIN
+ Size
+ Weight

This works on all major marketplaces.                    

擴展基本資訊

名稱 Amazon Quick View by AMZScout Amazon Quick View by AMZScout
ID pggamokfileohlopdonjmelbbghhnlah
官方網址 https://chromewebstore.google.com/detail/amazon-quick-view-by-amzs/pggamokfileohlopdonjmelbbghhnlah
簡介 See Margin, BSR, ASIN, Size, etc. on an Amazon search page! All crucial data available right as you search for or browse products.
檔案大小 923 KB
安裝次數 33,974
目前版本 1.9.7
更新時間 2024-02-15
上架時間 2020-06-22
評分 4.27/5 共 74 次評分
開發者 https://amzscout.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://amzscout.net/
隱私政策頁面URL https://amzscout.net/docs/security-policy.pdf
支援的語言 de,en,fr,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "oauth2": {
        "client_id": "342231008843-00bgfal101nucj7gdvmuq0aqg45kmgdn.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Quick View",
    "description": "__MSG_appDesc__",
    "version": "1.9.7",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo\/16.png",
        "32": "images\/logo\/32.png",
        "38": "images\/logo\/38.png",
        "48": "images\/logo\/48.png",
        "128": "images\/logo\/128.png"
    },
    "action": {
        "default_title": "AMZScout Quick View",
        "default_icon": "images\/logo\/38.png",
        "default_popup": "splash.html"
    },
    "author": "https:\/\/amzscout.net",
    "homepage_url": "https:\/\/amzscout.net",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "background",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bundle.css",
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif",
                "images\/*.jpg",
                "images\/*\/*.png",
                "images\/*\/*.svg",
                "images\/*\/*.gif",
                "images\/*\/*.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "optional_permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; child-src 'self';"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlBPyipJHzI0KkjDFlLpAD6Le4YM0Y22gO7nMnfpch1CtHC5qRW9AhEhi16xdQ9o7L3MfBI\/lAP959bcb39e5d1WDqCBswHs\/SZqyfA4f0BGZ9LW0EawEyYuaaHk7lYghxLvaiLwWkFAuH8uneqHh3BNqLUl45T+J\/NL6R1BRfMiNCncDE16ZT+2Wf0BslmT1yuUmKMgqJPIHFxqOPHpeOrZ3P9WdazjqYO\/czv5Oi5HO3qctILRT3fgk+nYREHyvnxzvPP2bVF1Ap0lZjXuyS\/sF9qKWwM9WempW1\/YfiOChRtyi3fYjs4TbjKtx1nACnHeeDCbOMwscqBPdhFnhZQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.com.au\/*",
                "*:\/\/www.amazon.ae\/*",
                "*:\/\/www.amazon.sa\/*"
            ],
            "js": [
                "bundle.js"
            ],
            "css": [
                "bundle.css"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amzscout.net\/*"
        ]
    }
}