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…

What is Briefcase Extension By Seller Locker?

Briefcase Extension By Seller Locker is a Chrome extension developed by https://sellerlocker.com, and its main feature is "A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…".

Extension Screenshots

screenshot

Download Briefcase Extension By Seller Locker Extension CRX File

Download Briefcase Extension By Seller Locker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Briefcase Extension By Seller Locker Briefcase Extension By Seller Locker
ID codnaoknigbmllnohbnplkofjalolake
Official URL https://chromewebstore.google.com/detail/briefcase-extension-by-se/codnaoknigbmllnohbnplkofjalolake
Description A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…
File Size 56.16 KB
Installation Count 3,132
Current Version 1.3
Last Updated 2019-06-25
Publish Date 2019-06-24
Rating 5.00/5 Total 2 Ratings
Developer https://sellerlocker.com
Email [email protected]
Payment Type free
Extension Website https://briefcase.sellerlocker.com
Supported Languages 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"
    ]
}