Fee Calculator
Calculate FBA fees with the click of a button!
Fee Calculatorとは何ですか?
Fee CalculatorはJoshua Edinboroughによって開発されたChromeの拡張機能で、その主な機能は「Calculate FBA fees with the click of a button!」です。
拡張機能のスクリーンショット
Fee Calculator拡張機能のCRXファイルをダウンロード
Fee Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
** 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.
拡張機能の基本情報
名前 | Fee Calculator |
ID | ldfiakhikkhfamppgkcdhihdpfcelold |
公式URL | https://chromewebstore.google.com/detail/fee-calculator/ldfiakhikkhfamppgkcdhihdpfcelold |
説明 | Calculate FBA fees with the click of a button! |
ファイルサイズ | 15.36 KB |
インストール数 | 1,389 |
現在のバージョン | 1.0.5 |
最終更新日 | 2016-02-02 |
公開日 | 2016-02-02 |
評価 | 3.90/5 合計 10 レビュー |
開発者 | Joshua Edinborough |
支払い方法 | free |
拡張機能のウェブサイト | http://www.flippingtools.com |
対応言語 | 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!" } |