Legendary Seller Keyword Finder

Legendary Seller Keyword Finder Extension for Google Chrome

Legendary Seller Keyword Finder là gì?

Legendary Seller Keyword Finder là một tiện ích mở rộng Chrome được phát triển bởi https://legendaryseller.com, và tính năng chính của nó là "Legendary Seller Keyword Finder Extension for Google Chrome".

Ả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 Legendary Seller Keyword Finder

Tải xuống các tệp mở rộng Legendary Seller Keyword Finder 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

                        Legendary Seller Keyword Finder is a tool for those on LegendarySeller.com with an account.  Go to sign-up at LegendarySeller.com to get an account.                    

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

Tên Legendary Seller Keyword Finder Legendary Seller Keyword Finder
ID fdedlfmbbkkiegikmmdnbdlfkdgldkok
URL Chính Thức https://chromewebstore.google.com/detail/legendary-seller-keyword/fdedlfmbbkkiegikmmdnbdlfkdgldkok
Mô tả Legendary Seller Keyword Finder Extension for Google Chrome
Kích Thước Tệp 43.82 KB
Số Lần Cài Đặt 539
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2019-11-26
Ngày Phát Hành 2019-11-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://legendaryseller.com
Loại Thanh Toán free
Trang Web Mở Rộng http://legendaryseller.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legendary Seller Keyword Finder",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Legendary Seller Keyword Finder Extension for Google Chrome",
    "background": {
        "scripts": [
            "\/js\/jquery-2.1.4.min.js",
            "\/js\/core.js"
        ]
    },
    "permissions": [
        "*:\/\/*.amazon.com\/",
        "*:\/\/*.amazon.co.uk\/",
        "*:\/\/*.legendaryseller.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ https:\/\/fonts.googleapis.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.legendaryseller.com\/keyword\/find-keyword"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/legendaryseller.com\/*"
        ]
    }
}