Super Serious Widget for Amazon Sellers

Brings inventory, returns, orders, sales rank, rank and price history, fees calculator and much more to every Amazon product page.

Super Serious Widget for Amazon Sellersคืออะไร?

Super Serious Widget for Amazon Sellers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://superseriousseller.com และคุณลักษณะหลักของมันคือ "Brings inventory, returns, orders, sales rank, rank and price history, fees calculator and much more to every Amazon product page."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Serious Widget for Amazon Sellers

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

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

                        The Super Serious Seller Chrome Extension is the perfect companion for any Amazon Seller. This easy to use widget brings information from multiple sources right into the product page. 

The widget puts the product category and sales rank front and center. In the area below you can see current inventory levels, prices, repricing strategy, product details, and price history. 

Use the icons in the top right to quickly jump to edit listing, view returns, recent orders, repricing settings, create a new listing, Calculate FBA Fess and Profit, or edit current inventory.

DOCUMENTATION
https://superseriousseller.com/chrome-extension/

PRIVACY POLICY
https://superseriousseller.com/chrome-extension-privacy-policy/

2.2
-Minor bug fixes
-Minor improvements

2.1
-Adds feature to close current tab and copy asin to list
-Button to clear clipboard

2.0
-Adds price to inventory view
-Now shows both FBA and Merchant Fulfilled items

1.0.6
- Minor improvements

1.0.5
- Adds button to request approval for ASIN
- Simplified permissions

1.0.4
- Bug fixes and speed improvements 

1.0.2
- Cost from Informed now auto fills on FBA Fee and Profit Calculator
- Resized icons and text to allow more data to display
- SKU on repricing tab links to Informed detail showing Small and Light fee details
- Inventory and Repricing tables now support multiple SKUs for a single ASIN
- Fixed bug preventing the widget from displaying on some listings in the clothing category

1.0.1 
- Adds FBA fee calculator!
- Speed improvements                    

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

ชื่อ Super Serious Widget for Amazon Sellers Super Serious Widget for Amazon Sellers
ID geehkopobaifpaceophomdknbkkdeoom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/super-serious-widget-for/geehkopobaifpaceophomdknbkkdeoom
คำอธิบาย Brings inventory, returns, orders, sales rank, rank and price history, fees calculator and much more to every Amazon product page.
ขนาดไฟล์ 1.52 MB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2021-07-07
วันที่เผยแพร่ 2020-05-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://superseriousseller.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://superseriousseller.com
URL หน้าช่วยเหลือ https://superseriousseller.com/chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://superseriousseller.com/chrome-extension-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_title": "Super Serious Seller"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/MYmaterialize.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "description": "Brings inventory, returns, orders, sales rank, rank and price history, fees calculator and much more to every Amazon product page.",
    "icons": {
        "128": "s3-128.png",
        "48": "s3-48.png"
    },
    "manifest_version": 2,
    "name": "Super Serious Widget for Amazon Sellers",
    "permissions": [
        "",
        "*:\/\/*.amazon.com\/*"
    ],
    "short_name": "Super Serious Seller",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "web_accessible_resources": [
        "*"
    ]
}