Fee Calculator
Calculate FBA fees with the click of a button!
Qu'est-ce que Fee Calculator ?
Fee Calculator est une extension Chrome développée par Joshua Edinborough, et sa fonction principale est "Calculate FBA fees with the click of a button!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fee Calculator
Téléchargez les fichiers d'extension Fee Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
** New in version 1.0.5: -- Added .ca support ** New in version 1.0.4: -- Fixed issue where sale prices not read on amazon smile pages. ** New in version 1.0.3: -- Fixed issue where sale prices were not being read -- Squashed some bugs.
Informations de Base sur l'Extension
Nom | Fee Calculator |
ID | ldfiakhikkhfamppgkcdhihdpfcelold |
URL Officiel | https://chromewebstore.google.com/detail/fee-calculator/ldfiakhikkhfamppgkcdhihdpfcelold |
Description | Calculate FBA fees with the click of a button! |
Taille du Fichier | 15.36 KB |
Nombre d'Installations | 1,389 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2016-02-02 |
Date de Publication | 2016-02-02 |
Évaluation | 3.90/5 Total 10 Évaluations |
Développeur | Joshua Edinborough |
Type de Paiement | free |
Site Web de l'Extension | http://www.flippingtools.com |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_title": "Fee Calculator" }, "icons": { "128": "icon128.png", "16": "icon16.png", "19": "icon19.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmAM5br0N8TQqA5Y7nxGond2wUsnj1tRIBSCeB9I1wkou6v\/viwT\/jM7hc+UmMutfmj78gn\/SUdGyXvx9P433UBdZdF611sA\/g39L8vBM6L9K3ZcwiY0Hn418YCBWXTZ+GUz6QCP+34EXcILW+R81KU\/TO5LwtC9ZUXDI\/\/bbKsg1pEPipltFSP9NE5oUCSsm1g4wvo2YyZ+wMKdfXcWW\/YYS6VFP3CQVkr0cowpWchJE7Gn2dStvu0wcJe5O76FPs0WCHhYl2wdUojnbZtVS7lJ9K5aiDxnKoqbhQ4ADse+ppehEIQ4NRJuc1hta8r0z+MEB6S4pFs4WZw4u3sBvawIDAQAB", "manifest_version": 2, "name": "Fee Calculator", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Fee Calculator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5", "description": "Calculate FBA fees with the click of a button!" } |