Amazon SEO Assistant

Find out if your listing is optimized for Amazon SEO. Get recommendations for improvements.

Amazon SEO Assistant là gì?

Amazon SEO Assistant là một tiện ích mở rộng Chrome được phát triển bởi amazonsellingassistant, và tính năng chính của nó là "Find out if your listing is optimized for Amazon SEO. Get recommendations for improvements.".

Ả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 Amazon SEO Assistant

Tải xuống các tệp mở rộng Amazon SEO Assistant 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

                        This extension is created to help sellers on Amazon make sure that product listings meet SEO requirements. Simply open any listing on Amazon.com and you will see results of SEO validator. If some elements are not optimized, you will see exact recommendations how to make you listing better for Amazon search algorithm and your buyers. Extension checks the following listing elements:
- Title
- Bullet points
- Description
- Images
- Brand & Cateroty
- Fulfillment method
- Reviews and Rating
Recommendations are based on data from Amazon and best SEO guides.
Compact mode allows to use quick view for SEO rank, and if it's not 90+%, look at the recommendations.                    

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

Tên Amazon SEO Assistant Amazon SEO Assistant
ID kbomhfjppdgllelhnikpdcocckadacia
URL Chính Thức https://chromewebstore.google.com/detail/amazon-seo-assistant/kbomhfjppdgllelhnikpdcocckadacia
Mô tả Find out if your listing is optimized for Amazon SEO. Get recommendations for improvements.
Kích Thước Tệp 22.03 KB
Số Lần Cài Đặt 783
Phiên Bản Hiện Tại 1.0.3.7
Cập Nhật Lần Cuối 2022-02-17
Ngày Phát Hành 2019-04-30
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển amazonsellingassistant
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon SEO Assistant",
    "description": "Find out if your listing is optimized for Amazon SEO. Get recommendations for improvements.",
    "version": "1.0.3.7",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "dp-content.js",
                "listing-content.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.amazon.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/firestore.googleapis.com https:\/\/www.googleapis.com; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/firestore.googleapis.com;"
}