AMZ India Profit

Tools to help you sell more

AMZ India Profitคืออะไร?

AMZ India Profit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amzindiaprofit.com และคุณลักษณะหลักของมันคือ "Tools to help you sell more"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMZ India Profit

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

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

                        Checkout Official Website: https://amzindiaprofit.com

AMZ India Profit helps you in competition analysis in your niche. This extension focuses on Amazon India marketplace for now. It is targeted for Amazon India sellers only.

Using this extension you can get many important search results in a matter of seconds which was earlier very time consuming. It allows you to scrape amazon products listing data like Product Name, Product Link, Product Image, Product Brand, Product Sales Rank, Product Reviews, Ratings, Is the product Amazon Fulfilled or FBA.

This insights are very much needed, when you are investing in your business. And all this is available for Free.


FAQ:

 Q: Is it Free?
 A: Yes It's Free. 

 Q: I've bought the extension, how to use it?
 A: Open the Amazon India web site, enter some keyword in search bar like "mobile covers for iphone 7", hit the extension button. You'll see popup with a loader. After few seconds there will appear information about found products.

 Q: If I have another question or problem with the AMZ India Profit, how I can get support?
 A: The fastest way to get support is writing your question to [email protected]                    

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

ชื่อ AMZ India Profit AMZ India Profit
ID bcbebckcfnbhmhcghnnhhldcombkloaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amz-india-profit/bcbebckcfnbhmhcghnnhhldcombkloaf
คำอธิบาย Tools to help you sell more
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 863
เวอร์ชันปัจจุบัน 1.29
อัปเดตครั้งล่าสุด 2021-09-09
วันที่เผยแพร่ 2020-06-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://amzindiaprofit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://amzindiaprofit.com/
URL หน้าช่วยเหลือ https://amzindiaprofit.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMZ India Profit",
    "description": "Tools to help you sell more",
    "version": "1.29",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "title": "Your Browser Action Name"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity",
        "tabs",
        "background",
        "*:\/\/www.amazon.in\/*",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/connect.facebook.net\/",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/globals.js",
            "lib\/OneSignal.js",
            "js\/analytics.js",
            "js\/helper.js",
            "lib\/jquery.js",
            "js\/amazon.js",
            "js\/product.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "css\/aippopup.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/handlebar.min.js",
                "lib\/table2csv.js",
                "js\/helper.js",
                "js\/amazon.js",
                "js\/product.js",
                "js\/onpage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "error.html",
        "images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amzindiaprofit.com\/*",
            "http:\/\/localhost\/*"
        ]
    }
}