Briefcase Extension By Seller Locker

A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…

Briefcase Extension By Seller Locker란 무엇입니까?

Briefcase Extension By Seller Locker은(는) https://sellerlocker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…"입니다.

확장 프로그램 스크린샷

screenshot

Briefcase Extension By Seller Locker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers.

You can find us at sellerlocker.com

If you are not a user, you can contact me [email protected]

Any questions or inquiries reach out!! [email protected]                    

확장 프로그램 기본 정보

이름 Briefcase Extension By Seller Locker Briefcase Extension By Seller Locker
ID codnaoknigbmllnohbnplkofjalolake
공식 URL https://chromewebstore.google.com/detail/briefcase-extension-by-se/codnaoknigbmllnohbnplkofjalolake
설명 A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…
파일 크기 56.16 KB
설치 횟수 3,132
현재 버전 1.3
최근 업데이트 2019-06-25
출시 날짜 2019-06-24
평점 5.00/5 총 2 개의 평점
개발자 https://sellerlocker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://briefcase.sellerlocker.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "",
    "version": "1.3",
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Briefcase Extension By Seller Locker",
    "browser_action": {
        "default_icon": "chrome-icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/briefcase.sellerlocker.com\/*",
                "http:\/\/briefcase.sellerlocker.com\/*",
                "https:\/\/finders.herokuapp.com\/*",
                "http:\/\/finders.herokuapp.com\/*",
                "https:\/\/sellercentral.amazon.com\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:5000\/*",
                "http:\/\/localhost:1337\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/sellercentral.amazon.com\/*",
        "https:\/\/briefcase.sellerlocker.com\/*",
        "https:\/\/finders.herokuapp.com\/*",
        "http:\/\/briefcase.sellerlocker.com\/*",
        "http:\/\/finders.herokuapp.com\/*",
        "http:\/\/localhost:3000\/*",
        "http:\/\/localhost:1337\/*"
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.js",
        "script.js",
        "seller-locker-logo.svg",
        "logo.png"
    ]
}