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によって開発された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…」です。
拡張機能のスクリーンショット
Briefcase Extension By Seller Locker拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |