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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Briefcase Extension By Seller Locker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}