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…

Vad är Briefcase Extension By Seller Locker?

Briefcase Extension By Seller Locker är en Chrome-tillägg utvecklad av https://sellerlocker.com, och dess huvudfunktion är "A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…".

Tilläggsskärmbilder

screenshot

Ladda ner Briefcase Extension By Seller Locker-förlängningens CRX-fil

Ladda ner Briefcase Extension By Seller Locker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Briefcase Extension By Seller Locker Briefcase Extension By Seller Locker
ID codnaoknigbmllnohbnplkofjalolake
Officiell webbadress https://chromewebstore.google.com/detail/briefcase-extension-by-se/codnaoknigbmllnohbnplkofjalolake
Beskrivning A chrome extension for users of Briefcase, an Amazon Tool for Amazon FBA Sellers. You can find us at sellerlocker.com If you are…
Filstorlek 56.16 KB
Antal Installationer 3,132
Aktuell Version 1.3
Senast Uppdaterad 2019-06-25
Publiceringsdatum 2019-06-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://sellerlocker.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://briefcase.sellerlocker.com
Stödda Språk 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"
    ]
}