Amazon Rank Chrome Extension

This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…

Amazon Rank Chrome Extension là gì?

Amazon Rank Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.fbamaster.com, và tính năng chính của nó là "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".

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

screenshot

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

Tải xuống các tệp mở rộng Amazon Rank Chrome Extension 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 allows you to quickly see the number of items sold in each category and what you percent the item is in that category.                    

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

Tên Amazon Rank Chrome Extension Amazon Rank Chrome Extension
ID afcbjmdkfcdfbamemeadbpmabohjehcl
URL Chính Thức https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl
Mô tả This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 9,534
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-03-09
Ngày Phát Hành 2016-03-09
Đánh Giá 4.36/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://www.fbamaster.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Rank Chrome Extension",
    "description": "",
    "version": "1.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "settings.js",
                "jquery-2.2.1.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}