Fee Calculator

Calculate FBA fees with the click of a button!

Cos'è Fee Calculator?

Fee Calculator è un'estensione di Chrome sviluppata da Joshua Edinborough, e la sua funzione principale è "Calculate FBA fees with the click of a button!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fee Calculator

Scarica i file di estensione Fee Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ** 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.                    

Informazioni di Base sull'Estensione

Nome Fee Calculator Fee Calculator
ID ldfiakhikkhfamppgkcdhihdpfcelold
URL Ufficiale https://chromewebstore.google.com/detail/fee-calculator/ldfiakhikkhfamppgkcdhihdpfcelold
Descrizione Calculate FBA fees with the click of a button!
Dimensione del File 15.36 KB
Conteggio Installazioni 1,389
Versione Corrente 1.0.5
Ultimo Aggiornamento 2016-02-02
Data di Pubblicazione 2016-02-02
Valutazione 3.90/5 Totale 10 Valutazioni
Sviluppatore Joshua Edinborough
Tipo di Pagamento free
Sito Web dell'Estensione http://www.flippingtools.com
Lingue Supportate 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!"
}