Cleverboxes' Consumer Sales Calculator
Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.
Apa itu Cleverboxes' Consumer Sales Calculator?
Cleverboxes' Consumer Sales Calculator adalah ekstensi Chrome yang dikembangkan oleh Cleverboxes, dan fitur utamanya adalah "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.".
Unduh Berkas CRX Ekstensi Cleverboxes' Consumer Sales Calculator
Unduh file ekstensi Cleverboxes' Consumer Sales Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | cbeeinclppagfkncggfkenclfpnpgcei |
URL Resmi | https://chrome.google.com/webstore/detail/cleverboxes-consumer-sale/cbeeinclppagfkncggfkenclfpnpgcei |
Deskripsi | Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd. |
Ukuran File | 197 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2017-05-17 |
Tanggal Publikasi | 2017-05-17 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Cleverboxes |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.cleverboxes.com/ |
Bahasa yang Didukung | 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" } } |