Cleverboxes' Consumer Sales Calculator

Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.

Cleverboxes' Consumer Sales Calculator란 무엇입니까?

Cleverboxes' Consumer Sales Calculator은(는) Cleverboxes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd."입니다.

Cleverboxes' Consumer Sales Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Cleverboxes' Consumer Sales Calculator Cleverboxes' Consumer Sales Calculator
ID cbeeinclppagfkncggfkenclfpnpgcei
공식 URL https://chrome.google.com/webstore/detail/cleverboxes-consumer-sale/cbeeinclppagfkncggfkenclfpnpgcei
설명 Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.
파일 크기 197 KB
설치 횟수 12
현재 버전 1.8
최근 업데이트 2017-05-17
출시 날짜 2017-05-17
평점 5.00/5 총 2 개의 평점
개발자 Cleverboxes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cleverboxes.com/
지원되는 언어 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"
    }
}