AMZSprout

Amz Sprout offers Real Time Amazon Search Volume, Competition numbers, Click Through Rate data and hidden keywords for Amazon…

AMZSprout là gì?

AMZSprout là một tiện ích mở rộng Chrome được phát triển bởi amzsprout, và tính năng chính của nó là "Amz Sprout offers Real Time Amazon Search Volume, Competition numbers, Click Through Rate data and hidden keywords for Amazon…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMZSprout

Tải xuống các tệp mở rộng AMZSprout dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Amz Sprout offers Real Time Amazon Search Volume, Competition numbers, Click Through Rate data and hidden keywords for Amazon sellers.

Amazon Keywords At Your Fingertips

See real time Amazon search volume, competition and click through rate for your query. Optimize your listings and ad campaigns by discovering hidden high-traffic long tail keywords on Amazon.

Introducing Amz Sprout

The AmzSprout browser add-on is an easy to install one of a kind chrome FREE extension that lets you tap into million of amazon buyer keywords with a click of a button. Our proprietary algorithm scans through millions of keywords daily bringing you fresh results with the most accurate amazon search volume data on the market.

Here is how it works!

Step 1: Type in a Keyword
Simply type in a keyword in the amazon search bar.

Step 2: Expand Results
See the real time amazon search volume for the keyword along with the search volume for the related words from the amazon algorithm

Step 3: Dig In
Click on the word to see all available suggestions along with competition and CTR product data.

Amz Sprout is currently in beta with the ability to discover keywords across various markets including CA, MX, UK, DE, and ES keywords coming soon.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMZSprout AMZSprout
ID fnhnioaedoaejmjcpjlniaonmiinnphh
URL Chính Thức https://chromewebstore.google.com/detail/amzsprout/fnhnioaedoaejmjcpjlniaonmiinnphh
Mô tả Amz Sprout offers Real Time Amazon Search Volume, Competition numbers, Click Through Rate data and hidden keywords for Amazon…
Kích Thước Tệp 518 KB
Số Lần Cài Đặt 330
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2020-12-01
Ngày Phát Hành 2020-10-14
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển amzsprout
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amzsprout.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMZSprout",
    "description": "",
    "background": {
        "scripts": [
            "background\/index.min.js"
        ]
    },
    "web_accessible_resources": [
        "resources\/loader.svg",
        "resources\/loader--grey.svg",
        "resources\/loader--white.svg",
        "resources\/icon.png",
        "resources\/icon--disabled.png",
        "resources\/logo.png",
        "resources\/cross.svg",
        "resources\/welcome-1.png"
    ],
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "content\/index-com.min.js"
            ],
            "css": [
                "content\/index-com.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/connect.facebook.net 'sha256-HmA2OXycMCch507D2BpQZAQxZ3OHYQZpCEYNI3mbhJ0=' 'sha256-bCOBn4A+KSrBGFyxSRGZyNGAn6jRD7UavvtGRmJScuU='; object-src 'self'",
    "icons": {
        "128": "resources\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "identity",
        "https:\/\/members.amzsprout.com\/"
    ],
    "version": "1.1.7"
}