Amazon2Backpack
This extension creates a BackPack link from an Amazon.com product page
Wat is Amazon2Backpack?
Amazon2Backpack is een Chrome-extensie ontwikkeld door Salman Siddique, en de belangrijkste functie is "This extension creates a BackPack link from an Amazon.com product page".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon2Backpack
Download Amazon2Backpack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | apabiiianafbkdoebdfmhbcikmcoiimi | 
| Officiële URL | https://chromewebstore.google.com/detail/amazon2backpack/apabiiianafbkdoebdfmhbcikmcoiimi | 
| Beschrijving | This extension creates a BackPack link from an Amazon.com product page | 
| Bestandsgrootte | 6.65 KB | 
| Aantal Installaties | 107 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2017-12-07 | 
| Publicatiedatum | 2017-12-06 | 
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | Salman Siddique | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |