Amazon SEO Assistant

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

什么是Amazon SEO Assistant?

Amazon SEO Assistant是由amazonsellingassistant开发的Chrome扩展程序,该扩展的主要功能是“Find out if your listing is optimized for Amazon SEO. Get recommendations for improvements.”。

扩展截图

screenshot
screenshot
screenshot

下载Amazon SEO Assistant扩展crx文件

下载Amazon SEO Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Amazon SEO Assistant Amazon SEO Assistant
ID kbomhfjppdgllelhnikpdcocckadacia
官方URL https://chromewebstore.google.com/detail/amazon-seo-assistant/kbomhfjppdgllelhnikpdcocckadacia
简介 Find out if your listing is optimized for Amazon SEO. Get recommendations for improvements.
文件大小 22.03 KB
安装次数 783
当前版本 1.0.3.7
更新时间 2022-02-17
上架时间 2019-04-30
评分 3.20/5 共5次评分
开发者 amazonsellingassistant
电子邮箱 [email protected]
付费类型 free
支持的语言 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;"
}