Listing Sales - Amazon

Listing Sales - Data obtained from the site FBA Toolkit

Listing Sales - Amazonคืออะไร?

Listing Sales - Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DS และคุณลักษณะหลักของมันคือ "Listing Sales - Data obtained from the site FBA Toolkit"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Listing Sales - Amazon

ดาวน์โหลดไฟล์ส่วนขยาย Listing Sales - Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You don't have to go to the FBA Toolkit site and type in "Sellers Rank" and the category name, the extension sends a request and gets all the data and displays it on the page Amazon.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Listing Sales - Amazon Listing Sales - Amazon
ID npikpdenlgjbhfocmabimmkepjlhdcop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/listing-sales-amazon/npikpdenlgjbhfocmabimmkepjlhdcop
คำอธิบาย Listing Sales - Data obtained from the site FBA Toolkit
ขนาดไฟล์ 41.69 KB
จำนวนการติดตั้ง 227
เวอร์ชันปัจจุบัน 1.15
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2022-08-31
ผู้พัฒนา DS
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listing Sales - Amazon",
    "description": "Listing Sales - Data obtained from the site FBA Toolkit",
    "version": "1.15",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "scripting",
        "tabs",
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.gif",
                "img\/*.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/fbatoolkit.com\/*",
        "https:\/\/www.fbatoolkit.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhJbvrpaOZthJIvWNC9w4hL+RhAj6oP8D9JDE508PnOOyUyc9uixfuldzljpgvf0LxKJKy5nZ7MLHHw4s1VFFGhvrQaQpYe5FxW1EddRBzqaGUaMlNLN1cwOeSZa9K3yxO+x+k8bK0pRCkgDgSSWBDuPVP8J+ki\/ZRwqqRx61WfqXfhN4gACTm4ZNgO\/2SjCqTZdphUE3bx6li3M4\/Z88NBTUVR29Dxh+fwGnvGGsUfYgiuSRxxUWlInihi9HZQO+B7R4nlALcn3c4XR8oKEaap3PRJ0P0VZ47W8lRQmxU0v37C8DCeU8dyKzJwZ2o5d\/4vLi6PfoCVLTnaFY7ueEdwIDAQAB"
}