Cleverboxes' Consumer Sales Calculator
Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd.
Cleverboxes' Consumer Sales Calculator क्या है?
Cleverboxes' Consumer Sales Calculator Cleverboxes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick and Simple Consumer Sales Calcualtor - Cleverboxes Ltd."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cleverboxes' Consumer Sales Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |