Cleverboxes' Consumer Sales Calculator

Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.

Cleverboxes' Consumer Sales Calculator là gì?

Cleverboxes' Consumer Sales Calculator là một tiện ích mở rộng Chrome được phát triển bởi Cleverboxes, và tính năng chính của nó là "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.".

Tải xuống tệp CRX của tiện ích mở rộng Cleverboxes' Consumer Sales Calculator

Tải xuống các tệp mở rộng Cleverboxes' Consumer Sales Calculator 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

                        A simple and easy to use online calculator that calculate your net profit based on the listing fees across a number of marketplaces as well as any other costs, such as outbound delivery costs etc.

Enter your online sell price (inc VAT) and the % fee that the marketplace charges you, enter the outbound delivery cost (and any costs you may charge your customer) as well as the cost of your goods (ex VAT) and hey presto, our online calculator will calculate the Net

* Exchange rates updated by the hour                    

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

Tên Cleverboxes' Consumer Sales Calculator Cleverboxes' Consumer Sales Calculator
ID cbeeinclppagfkncggfkenclfpnpgcei
URL Chính Thức https://chrome.google.com/webstore/detail/cleverboxes-consumer-sale/cbeeinclppagfkncggfkenclfpnpgcei
Mô tả Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2017-05-17
Ngày Phát Hành 2017-05-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Cleverboxes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cleverboxes.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cleverboxes' Consumer Sales Calculator",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.",
    "browser_action": {
        "default_icon": "icon.png",
        "default-title": "Consumer Sales Calculator",
        "default_popup": "extension.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/extension.js",
                "js\/bootstrap.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "css\/extension.css",
                "css\/bootstrap.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/",
        "http:\/\/api.flickr.com\/",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "16": "icon-bitty.png",
        "128": "icon.png"
    }
}