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…

Co je Briefcase Extension By Seller Locker?

Briefcase Extension By Seller Locker je rozšíření Chrome vyvinuté https://sellerlocker.com, a jeho hlavní funkcí je „A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Briefcase Extension By Seller Locker

Stáhněte si soubory rozšíření Briefcase Extension By Seller Locker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Briefcase Extension By Seller Locker Briefcase Extension By Seller Locker
ID codnaoknigbmllnohbnplkofjalolake
Oficiální URL https://chromewebstore.google.com/detail/briefcase-extension-by-se/codnaoknigbmllnohbnplkofjalolake
Popis A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…
Velikost souboru 56.16 KB
Počet instalací 3,132
Aktuální Verze 1.3
Poslední Aktualizace 2019-06-25
Datum Vydání 2019-06-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://sellerlocker.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://briefcase.sellerlocker.com
Podporované Jazyky 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"
    ]
}