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是由https://backpackbang.com開發的Chrome擴展程式,該擴展的主要功能是“This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon.”。
擴展截圖
下載Backpack Assistant擴展crx文件
下載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 |
官方網址 | 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" } ] } |