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!"입니다.

확장 프로그램 스크린샷

screenshot

Fee Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** 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 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!"
}