Amz superman seller tool

Amz superman seller tool. Speed up your research with keyboard shortcuts

Amz superman seller toolคืออะไร?

Amz superman seller tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GoldstonLev และคุณลักษณะหลักของมันคือ "Amz superman seller tool. Speed up your research with keyboard shortcuts"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amz superman seller tool

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

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

                        Amz Superman seller tool is to help Sellers doing product research on Amazon by browsing to product pages. The tool will help users by providing shortcut keys to do specific tasks, cleanup product page layout to show only product specific information, launch Keepa chart inside amazon as popup, and launch CamelCamelCamel for the product in a new tab.

The tool is very light weight.  User can enable/disable specific features using settings. 
The tool is intended to maintain user’s research privacy and would not post any data to any server. The research stays with the user.

new changes:
support all amazon sub domains ( .de, .jp , .fr etc)                    

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

ชื่อ Amz superman seller tool Amz superman seller tool
ID ndhncndbgnmheelpkdmldlcdhmieiagm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amz-superman-seller-tool/ndhncndbgnmheelpkdmldlcdhmieiagm
คำอธิบาย Amz superman seller tool. Speed up your research with keyboard shortcuts
ขนาดไฟล์ 801 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.91
อัปเดตครั้งล่าสุด 2021-05-20
วันที่เผยแพร่ 2016-01-19
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา GoldstonLev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "ext\/icons\/icon3.png",
        "default_popup": "src\/html\/popup.html",
        "icons": [
            "ext\/icons\/icon3.png"
        ],
        "name": "Amz Superman Seller tool",
        "default_title": "Amz Superman Seller tool"
    },
    "content_scripts": [
        {
            "css": [
                "ext\/css\/content.css",
                "src\/css\/custom.css"
            ],
            "include_globs": [
                "http:\/\/*.amazon.*\/*",
                "https:\/\/*.amazon.*\/*"
            ],
            "js": [
                ".\/ext\/lib\/jquery.3.6.js",
                ".\/dist\/js\/lan.js",
                ".\/dist\/js\/ct.js"
            ],
            "matches": [
                "https:\/\/*.amazon.pl\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.pl\/*",
                "http:\/\/*.amazon.se\/*",
                "http:\/\/*.amazon.com.tr\/*",
                "http:\/\/*.amazon.sa\/*",
                "http:\/\/*.amazon.nl\/*",
                "http:\/\/*.amazon.in\/*",
                "http:\/\/*.amazon.com.au\/*",
                "http:\/\/*.amazon.com.br\/*",
                "http:\/\/*.amazon.ae\/*",
                "http:\/\/*.amazon.sg\/*",
                "http:\/\/*.amazon.co.jp\/*",
                "http:\/\/*.amazon.es\/*",
                "http:\/\/*.amazon.it\/*",
                "http:\/\/*.amazon.fr\/*",
                "http:\/\/*.amazon.de\/*",
                "http:\/\/*.amazon.co.uk\/*",
                "http:\/\/*.amazon.com.mx\/*",
                "http:\/\/*.amazon.ca\/*",
                "http:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "description": "Amz superman seller tool. Speed up your research with keyboard shortcuts",
    "manifest_version": 2,
    "name": "Amz superman seller tool",
    "permissions": [
        "storage"
    ],
    "version": "2.91"
}