Amazon FBA Profit Calculator By AIP

Calculate amazon fba profit calculator for Amazon India including GST and ITC included

Amazon FBA Profit Calculator By AIP là gì?

Amazon FBA Profit Calculator By AIP là một tiện ích mở rộng Chrome được phát triển bởi https://amzindiaprofit.com, và tính năng chính của nó là "Calculate amazon fba profit calculator for Amazon India including GST and ITC included".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon FBA Profit Calculator By AIP

Tải xuống các tệp mở rộng Amazon FBA Profit Calculator By AIP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Amazon FBA, Easyship, Sellerflex Profit Calculator for Amazon India customers.

Watch in Hindi: https://www.youtube.com/watch?v=NQ6u0WwolBs
Watch in English: https://www.youtube.com/watch?v=nW4oLw4oOMc

It is completely free to use. We take into account the GST and ITC as well for profit calculation.

This is the only accurate profit calculator in the market right now.

All other extensions in the market give wrong shipping weight charges, including Amazon's own FBA calculator, which actually gives you wrong calculation.

Please share with your friends and other Amazon sellers to Support Us.

You can checkout our our other tools at https://amzindiaprofit.com

Thank You,
- Mahesh @ AMZ India Profit                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon FBA Profit Calculator By AIP Amazon FBA Profit Calculator By AIP
ID iafnlncjbfddokikkjjclbfoafbghcnm
URL Chính Thức https://chromewebstore.google.com/detail/amazon-fba-profit-calcula/iafnlncjbfddokikkjjclbfoafbghcnm
Mô tả Calculate amazon fba profit calculator for Amazon India including GST and ITC included
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 407
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-04-26
Ngày Phát Hành 2021-05-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://amzindiaprofit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amzindiaprofit.com
URL Trang Trợ Giúp https://amzindiaprofit.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon FBA Profit Calculator By AIP",
    "description": "Calculate amazon fba profit calculator for Amazon India including GST and ITC included",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/favicon-128.png",
        "title": "Your Browser Action Name"
    },
    "icons": {
        "16": "images\/favicon-16.png",
        "32": "images\/favicon-32.png",
        "128": "images\/favicon-128.png"
    },
    "permissions": [
        "background",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/connect.facebook.net\/",
        "unlimitedStorage",
        "https:\/\/www.amazon.com\/",
        "https:\/\/www.amazon.ca\/",
        "https:\/\/www.amazon.com.mx\/",
        "https:\/\/www.amazon.co.jp\/",
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/www.amazon.it\/",
        "https:\/\/www.amazon.es\/",
        "https:\/\/www.amazon.fr\/",
        "https:\/\/www.amazon.de\/",
        "https:\/\/www.amazon.in\/",
        "https:\/\/www.amazon.com.au\/",
        "https:\/\/sellercentral.amazon.com\/",
        "https:\/\/sellercentral-japan.amazon.com\/",
        "https:\/\/sellercentral.amazon.co.uk\/",
        "https:\/\/sellercentral.amazon.in\/",
        "https:\/\/sellercentral.amazon.com.au\/",
        "https:\/\/storage.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background\/globals.js",
            "popup\/js\/jquery.js",
            "popup\/js\/fba-fee.js",
            "background\/background.js"
        ]
    },
    "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src https: http: ws:; style-src * 'unsafe-inline' 'self' blob:; img-src https: data:;",
    "content_scripts": [
        {
            "css": [
                "popup\/css\/aipfbcalcpopup.css"
            ],
            "js": [
                "popup\/js\/jquery.js",
                "popup\/js\/helper.js",
                "popup\/js\/amazon.js",
                "popup\/js\/onpage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "errorpopup.html",
        "popup.html",
        "images\/*",
        "lib\/webfonts\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amzindiaprofit.com\/*",
            "http:\/\/localhost\/*"
        ]
    }
}