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" ] } |