Backpack Assistant
This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon.
Backpack Assistantคืออะไร?
Backpack Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://backpackbang.com และคุณลักษณะหลักของมันคือ "This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backpack Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Backpack Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension displays the item price at Backpack along with the estimated time of arrival in Bangladesh. Click on the Buy Now button and the item will be taken to your Backpack checkout. “Place manual request” button will appear when an item will require approval of Backpack’s admin to bring. Clicking on the button will take you to manual request submission page with information filled. Clicking on the item name on the left will take you to the item page on Backpack's website. And if you change the color or size for an item on the Amazon item page, the Backpack price will be updated automatically. Clicking on the Backpack extension icon on the right end opens a drop down mini window for the Backpack site. This means you can browse our site for items right there on the Amazon item page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Backpack Assistant |
ID | debfefmfahocmpjephpmplljfmjjadml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/backpack-assistant/debfefmfahocmpjephpmplljfmjjadml |
คำอธิบาย | This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon. |
ขนาดไฟล์ | 74.54 KB |
จำนวนการติดตั้ง | 1,804 |
เวอร์ชันปัจจุบัน | 0.0.14 |
อัปเดตครั้งล่าสุด | 2018-05-03 |
วันที่เผยแพร่ | 2018-05-03 |
คะแนน | 4.44/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | https://backpackbang.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://backpackbang.com |
URL หน้าช่วยเหลือ | http://support.backpackbang.com/hc/en-us/articles/115000894352-What-is-Backpack-Assistant-and-how-does-it-work |
URL หน้านโยบายความเป็นส่วนตัว | https://backpackbang.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Backpack Assistant", "description": "This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon.", "version": "0.0.14", "homepage_url": "https:\/\/backpackbang.com\/", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "310": "icons\/icon-310.png" }, "permissions": [ "*:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "inject\/jquery-3.2.1.min.js", "inject\/inject.js" ], "css": [ "inject\/inject.css" ], "run_at": "document_end" } ] } |