Amazon2Backpack
This extension creates a BackPack link from an Amazon.com product page
What is Amazon2Backpack?
Amazon2Backpack is a Chrome extension developed by Salman Siddique, and its main feature is "This extension creates a BackPack link from an Amazon.com product page".
Extension Screenshots
Download Amazon2Backpack Extension CRX File
Download Amazon2Backpack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension creates a BackPack link from an Amazon.com product page Just open a product page in Amazon.com and click the BackPack Icon in upper left corner. A new tab with the BackPack link will open. Note: Backpack does not support all products from Amazon.com. In those cases "Sorry! This item is not available right now." error message appears.
Extension Basic Information
Name | Amazon2Backpack |
ID | apabiiianafbkdoebdfmhbcikmcoiimi |
Official URL | https://chromewebstore.google.com/detail/amazon2backpack/apabiiianafbkdoebdfmhbcikmcoiimi |
Description | This extension creates a BackPack link from an Amazon.com product page |
File Size | 6.65 KB |
Installation Count | 107 |
Current Version | 1.2 |
Last Updated | 2017-12-07 |
Publish Date | 2017-12-06 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Salman Siddique |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon2Backpack", "description": "This extension creates a BackPack link from an Amazon.com product page", "version": "1.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Amazon2Backpack", "default_icon": "icon.png" } } |