Cleverboxes' Consumer Sales Calculator
Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.
Cleverboxes' Consumer Sales Calculatorคืออะไร?
Cleverboxes' Consumer Sales Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cleverboxes และคุณลักษณะหลักของมันคือ "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cleverboxes' Consumer Sales Calculator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |