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ファイルをダウンロード
Cleverboxes' Consumer Sales Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |