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 - это расширение Chrome, разработанное 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…".
Снимки экрана расширения
Скачать файл CRX расширения Briefcase Extension By Seller Locker
Скачайте файлы расширений Briefcase Extension By Seller Locker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения 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 not a user, you can contact me [email protected] Any questions or inquiries reach out!! [email protected]
Основная информация о расширении
Название | 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" ] } |