The Funnel Guru Amazon ASIN Checker

Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.

The Funnel Guru Amazon ASIN Checkerคืออะไร?

The Funnel Guru Amazon ASIN Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thefunnelguru.com และคุณลักษณะหลักของมันคือ "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Funnel Guru Amazon ASIN Checker

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

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

                        Are you an Amazon seller looking for a hassle-free way to check product restrictions? Look no further! Our ASIN Checker Chrome Extension has been supercharged with exciting new features to make your selling journey even smoother.

How to Use:
1.	Click "Add To Chrome" to seamlessly integrate the extension into your browser.
2.	Visit any Amazon Product Listing Page, and the extension will automatically appear on the Right Hand Side.
3.	Log in to your Seller Central account on a new tab and refresh the Amazon Listing Page.
4.	The extension will display whether the particular ASIN/Product is Brand Restricted, Category Restricted, or Not.

New Features:

1. Bulk ASIN Checker:
•	No more tedious one-by-one checks! With our latest update, you can now check the restriction status of multiple ASINs at once.
•	Search Page Integration: Check restrictions directly from Amazon's search page, allowing you to quickly assess product viability without navigating to individual product pages.
•	Seller Storefront Page: Easily check restrictions for a range of products in your storefront or other seller's storefront. Streamline your operations by accessing restriction data where it matters most.
2. Seamless Integration:
•	The extension seamlessly integrates with your Chrome browser. Just click "Add to Chrome" to empower your browser with this invaluable tool.
3. Real-Time Updates:
•	Get instant feedback on whether a specific ASIN or product is Brand Restricted or Category Restricted.
•	Stay informed about the constantly evolving Amazon landscape with our real-time data updates.
4. Application Assistance:
•	If a category or brand is restricted, fear not! Contact our dedicated team at [email protected]. We specialize in obtaining approvals for selling under restricted categories and brands.

Some of the Important Restricted Categories in which the Extension would display the data are:
Beauty & Personal Care Topicals Grocery & Gourmet Foods Dietary Supplements Sports & Nutrition OTC Medication Lighting Pet Care Pet Food Pet Supplies Music Gardening & Watering Home & Kitchen
and many more.
 
Stay ahead of the competition, make informed decisions, and supercharge your Amazon selling experience with our Enhanced ASIN Checker Chrome Extension!                    

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

ชื่อ The Funnel Guru Amazon ASIN Checker The Funnel Guru Amazon ASIN Checker
ID lnlfckdcdjkbhaaihnhehinbgiaoggfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-funnel-guru-amazon-as/lnlfckdcdjkbhaaihnhehinbgiaoggfa
คำอธิบาย Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.
ขนาดไฟล์ 547 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2024-01-03
วันที่เผยแพร่ 2020-06-12
คะแนน 4.67/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา https://www.thefunnelguru.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://thefunnelguru.com/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Funnel Guru Amazon ASIN Checker",
    "version": "2.1.0",
    "description": "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/extnapi.thefunnelguru.com\/*",
        "*:\/\/f03ff1d18270.ngrok.io.com\/*",
        "*:\/\/sellercentral.amazon.com\/*"
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/sellercentral.amazon.com; object-src 'self'"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "matches": [
            "*:\/\/*.amazon.com\/*",
            "*:\/\/*.amazon.ca\/*"
        ],
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*"
            ],
            "js": [
                "content.js",
                "react.development.js",
                "react-dom.development.js",
                "sweetalert.min.js",
                "sweetalert2.all.min.js",
                "jquery.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "yes.png",
                "no.png",
                "logout.png",
                "loading_icon.gif"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*"
            ]
        }
    ]
}