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 |
官方網址 | 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" } } |